mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
This changes 3 occurences of HashSet to FxHashSet for speed improvements: - dom/notifications::pending_request_ids: Pending Request ids are Uuid::new_v4, hence, not user assignable. - script_thread: painters_generating_frames: These are pipeline ids and, hence, ideal for FxHash. - script_thread:: docs_with_no_blocking_loads: These are Dom<Document> and their hash is the ptr address, so ideal for FxHash. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Testing: These do not change functionality. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
161 KiB
161 KiB