ladybird/Userland/Libraries/LibRegex
Ali Mohammad Pur 8003bde03d AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[]
This was copying the vector behind our backs, let's remove it and make
the copying explicit by putting it behind COWVector::mutable_at().
This is a further 64% performance improvement on Wasm validation.
2024-03-12 17:10:47 +01:00
..
C
CMakeLists.txt Userland: Remove LibCore dependency from libraries that do not use it 2024-01-22 08:48:34 -05:00
Forward.h
Regex.h
RegexByteCode.cpp AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[] 2024-03-12 17:10:47 +01:00
RegexByteCode.h
RegexBytecodeStreamOptimizer.h
RegexDebug.h
RegexDefs.h
RegexError.h
RegexLexer.cpp
RegexLexer.h
RegexMatch.h AK+LibRegex: Move COWVector to AK 2024-03-12 17:10:47 +01:00
RegexMatcher.cpp AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[] 2024-03-12 17:10:47 +01:00
RegexMatcher.h Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
RegexOptimizer.cpp
RegexOptions.h
RegexParser.cpp LibRegex: Correct And/Or and inversion interplay semantics 2024-01-11 11:36:09 +01:00
RegexParser.h