Files
ladybird/Userland/Libraries/LibWeb/HTML/SessionHistoryTraversalQueue.cpp
Andreas Kling 861d46be3e LibWeb: Use a HashTable when querying SessionHistoryTraversalQueue
Instead of asking "do you have an entry not in this Vector", let's ask
"do you have an entry not in this HashTable".
2024-08-06 16:33:23 +02:00

2.5 KiB