aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/text/regex
Commit message (Collapse)AuthorAgeFilesLines
* Remove `Global` RegEx flag, default to unanchored patternsFeoramund2025-05-241-4/+6
|
* Remove printing facilities for `Regular_Expression`Feoramund2024-07-241-4/+4
| | | | | | | | | The `original_pattern` introduced a tenuous dependency to the expression value as a whole, and after some consideration, I decided that it would be better for the developer to manage their own pattern strings. In the event you need to print the text representation of a pattern, it's usually better that you manage the memory of it as well.
* Add benchmarks for `core:text/regex`Feoramund2024-07-221-0/+258