Get rid of old Dict implementation, use Zig wyhash, and WIP for testing Roc use of zig wyhash

This commit is contained in:
Chadtech 2021-01-12 00:59:40 -05:00
parent d3b569f6eb
commit cddd64f1c9
8 changed files with 322 additions and 498 deletions

View file

@ -1,4 +1,5 @@
pub mod build;
pub mod build_hash;
pub mod build_list;
pub mod build_str;
pub mod compare;