This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-07 05:06:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3cb65645cfd682f32fee1271d2c7a710aff268fc
ladybird
/
Userland
/
Libraries
/
LibRegex
History
Ali Mohammad Pur
fbab9bc330
LibRegex: Avoid pointlessly slicing a UTF-16 string for one code unit
...
This simple change is a nice 9% speedup on the regex test suite :^)
2023-07-14 11:22:21 +02:00
..
C
…
CMakeLists.txt
…
Forward.h
…
Regex.h
…
RegexByteCode.cpp
LibRegex: Avoid pointlessly slicing a UTF-16 string for one code unit
2023-07-14 11:22:21 +02:00
RegexByteCode.h
LibRegex: Remove redundant VERIFY in OpCode::argument()
2023-07-14 09:09:11 +02:00
RegexBytecodeStreamOptimizer.h
…
RegexDebug.h
…
RegexDefs.h
…
RegexError.h
…
RegexLexer.cpp
…
RegexLexer.h
…
RegexMatch.h
LibRegex: Replace the checkpoint backing store with a Vector
2023-07-14 08:59:19 +02:00
RegexMatcher.cpp
…
RegexMatcher.h
…
RegexOptimizer.cpp
…
RegexOptions.h
…
RegexParser.cpp
LibRegex: Assign unique serial IDs to checkpoints
2023-07-14 08:59:19 +02:00
RegexParser.h
…