Ed_
4deee942a8
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.
5 lines
107 B
Odin
5 lines
107 B
Odin
// TODO(Ed) : Make your own hashmap implementation (open-addressing, round-robin possibly)
|
|
package sectr
|
|
|
|
|