Setup spall profiling, did first optimizations!

This commit is contained in:
2024-03-11 02:05:18 -04:00
parent 304e710c16
commit 1656dffb67
23 changed files with 357 additions and 120 deletions

View File

@ -18,7 +18,7 @@ import "base:runtime"
import c "core:c/libc"
import "core:dynlib"
import "core:hash"
// crc32 :: hash.crc32
crc32 :: hash.crc32
import "core:hash/xxhash"
xxh32 :: xxhash.XXH32
import fmt_io "core:fmt"