Skip to content

Commit

Permalink
Move/retitle perf article
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Aug 8, 2024
1 parent 5e94432 commit 824603c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@ Contributions are welcome. Add links through pull requests ([guidelines](CONTRIB

ℹ️ With backtracking engines, how you craft a regex can affect how fast it finds matches or reports failures.

<details>
<summary>✳️ <b>Notable mentions</b></summary>
<br>

- [Performance of Regular Expressions](https://medium.com/textmaster-engineering/performance-of-regular-expressions-81371f569698) - On backtracking performance, with detailed examples.
</details>

### Regex engine optimizations

- [Regular Expression Matching Can Be Simple And Fast](https://swtch.com/~rsc/regexp/regexp1.html) - On non-backtracking engines. A [follow up](https://swtch.com/~rsc/regexp/regexp3.html) includes comparisons of RE2 and PCRE performance.
Expand All @@ -261,13 +268,6 @@ Contributions are welcome. Add links through pull requests ([guidelines](CONTRIB

⚠️ These tools have limitations on supported syntax.

<details>
<summary>✳️ <b>Notable mentions</b></summary>
<br>

- [On backtracking performance, with detailed examples](https://medium.com/textmaster-engineering/performance-of-regular-expressions-81371f569698)
</details>

## Collections of patterns

*Prewritten regexes for specific tasks.*
Expand Down

0 comments on commit 824603c

Please sign in to comment.