ladybird/Userland/Libraries/LibRegex
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 LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexError.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
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 AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
RegexMatcher.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
RegexOptimizer.cpp LibRegex: Enable the atomic rewrite optimisation for unicode properties 2023-07-14 08:59:19 +02:00
RegexOptions.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexParser.cpp LibRegex: Assign unique serial IDs to checkpoints 2023-07-14 08:59:19 +02:00
RegexParser.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00