Files
ladybird/Libraries/LibJS/Runtime/PrimitiveString.cpp
Andreas Kling 5810ddf339 LibJS: Use HashMap::ensure() in VM string cache helpers
This cuts the number of hash lookups on cache hit from 2 to 1.
2025-10-05 21:44:06 +02:00

11 KiB