1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Libraries/LibRegex
Ali Mohammad Pur 253f4de302 LibRegex: Use spans<4> to avoid allocating small vectors
This path is hit a lot, and alloc/free of this vector was showing up on
profiles, so get rid of it.
2022-11-17 20:13:04 +03:30
..
C LibRegex: Don't build LibRegex/C/Regex.cpp on Lagom 2022-10-10 12:23:12 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Forward.h
Regex.h
RegexByteCode.cpp LibRegex: Use spans<4> to avoid allocating small vectors 2022-11-17 20:13:04 +03:30
RegexByteCode.h LibRegex: Avoid copying MatchInput when getting argument descriptions 2022-11-17 20:13:04 +03:30
RegexBytecodeStreamOptimizer.h
RegexDebug.h Everywhere: Fix badly-formatted includes 2022-09-17 04:00:54 +00:00
RegexError.h Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
RegexLexer.cpp Everywhere: Use default StringView constructor over nullptr 2022-07-12 23:11:35 +02:00
RegexLexer.h Everywhere: Use default StringView constructor over nullptr 2022-07-12 23:11:35 +02:00
RegexMatch.h LibRegex: Use a copy-on-write vector for fork state 2022-11-17 20:13:04 +03:30
RegexMatcher.cpp LibRegex: Use a copy-on-write vector for fork state 2022-11-17 20:13:04 +03:30
RegexMatcher.h
RegexOptimizer.cpp LibRegex: Partially implement the ECMAScript unicodeSets proposal 2022-07-20 21:25:59 +01:00
RegexOptions.h Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
RegexParser.cpp LibRegex: Account for eof after \<x> when 'x' leads to legacy behaviour 2022-09-12 16:03:57 +04:30
RegexParser.h LibRegex: Partially implement the ECMAScript unicodeSets proposal 2022-07-20 21:25:59 +01:00