ladybird/Userland
Andreas Kling f39b6ae3c6 LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp properties
Let's not incur the cost of a synchronous conversion to UTF-8 for all
the legacy static properties after running a regular expression.

The SunSpider subtest regexp-dna goes from taking ~25 sec to ~0.7 sec
on my machine.
2022-10-19 16:10:42 +02:00
..
Applets
Applications WebDriver: Fix broken Optional<> returns through IPC 2022-10-19 15:32:31 +02:00
Demos
DevTools
DynamicLoader
Games
Libraries LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp properties 2022-10-19 16:10:42 +02:00
Services WebDriver: Implement POST /session/{id}/element/{id}/elements 2022-10-19 15:32:31 +02:00
Shell
Utilities
CMakeLists.txt