Files
FlaxEngine/Source/Engine
Michael Herzog d9a18b1d31 Fixed HashSet compact rehash under heavy collisions
- Compact now iterates over the old bucket array using the saved oldSize, and frees with that size, avoiding out-of-bounds when _size changes.
- If reinsertion finds no free slot during compaction (pathological collisions), the table grows once and retries, preventing AVs.
- This fix addresses problems with weak hash keys (like #3824).
2025-11-25 21:23:49 +01:00
..
2025-11-15 22:12:35 -06:00
2025-10-12 23:24:34 +02:00
2025-11-15 15:58:50 -06:00
2025-06-22 12:12:42 +02:00
2025-08-02 21:50:09 +02:00
2025-10-16 10:20:51 +02:00