https://github.com/mathiasbynens/string-prototype-replace-regexp-benchmark
Generated JavaScript benchmarks for String.prototype.{replace,replaceAll} with global regular expressions based on emoji-test-regex-pattern.
https://github.com/mathiasbynens/string-prototype-replace-regexp-benchmark
Last synced: about 2 months ago
JSON representation
Generated JavaScript benchmarks for String.prototype.{replace,replaceAll} with global regular expressions based on emoji-test-regex-pattern.
- Host: GitHub
- URL: https://github.com/mathiasbynens/string-prototype-replace-regexp-benchmark
- Owner: mathiasbynens
- License: apache-2.0
- Created: 2021-11-15T11:29:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T11:33:30.000Z (9 months ago)
- Last Synced: 2025-03-28T22:23:54.166Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `string-prototype-replace-regexp-benchmark`
This project generates benchmarks for `String.prototype.{replace,replaceAll}` with global regular expressions based on [`emoji-test-regex-pattern`](https://github.com/mathiasbynens/emoji-test-regex-pattern).
See [the `dist/` folder](https://github.com/mathiasbynens/string-prototype-replace-regexp-benchmark/tree/main/dist).