[Glacier] Move hashmap to a real hash implementation.

This commit is contained in:
Drew Galbraith 2023-11-22 11:19:21 -08:00
parent 76fd3fc176
commit 28d9e37b87
4 changed files with 60 additions and 26 deletions

View file

@ -4,6 +4,7 @@ set(glacier_files
string/string_view.cpp
string/str_format.cpp
string/str_split.cpp
util/hash.cpp
)
add_library(glacier STATIC