Files
banan-os/BAN/include/BAN
Bananymous fe613e4274 BAN: Rewrite HashSet
Instead of representing the map as vector or linked lists which required
an allocation for every insertion and deallocation for removal, we now
store a single big contiguous block of memory and use hash chains to
handle collisions. This intuitively feels much better although I did not
run any benchmarks.
2026-04-21 00:14:24 +03:00
..
2024-02-12 21:46:33 +02:00
2026-01-09 20:30:35 +02:00
2023-10-29 02:28:55 +03:00
2024-08-14 13:23:27 +03:00
2024-01-24 15:53:38 +02:00
2026-04-21 00:14:24 +03:00
2026-01-07 22:12:20 +02:00
2024-01-24 15:53:38 +02:00
2024-02-03 18:03:27 +02:00
2026-04-21 00:14:24 +03:00
2023-12-07 23:52:57 +02:00
2026-02-21 04:03:11 +02:00
2024-01-24 15:53:38 +02:00
2025-10-26 00:31:06 +03:00
2026-02-23 16:06:48 +02:00
2023-12-07 09:26:17 +02:00
2024-01-24 15:53:38 +02:00
2026-02-21 04:03:11 +02:00
2025-06-11 16:53:43 +03:00