mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 07:10:59 +00:00
Generate a sorted, compressed series of ranges in a match table for character classes, and use a binary search to find the matches. This is about a 3-4x speedup for character class match performance. :^) |
||
|---|---|---|
| .. | ||
| Benchmark.cpp | ||
| CMakeLists.txt | ||
| Regex.cpp | ||
| RegexLibC.cpp | ||