SectrPrototype/code/grime_hashmap.odin
Ed_ 4deee942a8 General codebase refactor & cleanup
Renamed HashTable to HMapZPL, with procs having the zpl_ namespace prefix.
(I want to eventually get away from using it)

Started to use the grime pattern for library aliasing better.
2024-02-27 07:50:57 -05:00

5 lines
107 B
Odin

// TODO(Ed) : Make your own hashmap implementation (open-addressing, round-robin possibly)
package sectr