Files
ladybird/Libraries/LibJS/Runtime/RegExpObject.h
Ali Mohammad Pur 76f5dce3db LibRegex: Flatten capture group list in MatchState
This makes copying the capture group COWVector significantly cheaper,
as we no longer have to run any constructors for it - just memcpy.
2025-04-18 17:09:27 +02:00

3.3 KiB