Files
ladybird/Userland/Libraries/LibJS
Andreas Kling e33145aa4b LibJS: Use OrderedHashMap for the Shape property table
This allows us to get rid of property_table_ordered() which was a
heavy-handed way of iterating properties in insertion order by first
copying them to a sorted Vector.

Clients can now simply iterate property_table() directly.

3% speed-up on Kraken/ai-astar.js :^)
2023-09-17 21:00:11 +02:00
..
2023-08-07 16:03:27 +02:00
2023-08-17 18:27:02 +02:00