hash64_djb8 -> hash64_fnv1a; kt1l -> ktl and made the populate procedure only for strings + misc changes

For this exercise that doens't need to be generic, kt1cx does the job.
This commit is contained in:
2025-11-01 01:38:37 -04:00
parent 9e4bc141d0
commit 18274f5785
4 changed files with 180 additions and 240 deletions

View File

@@ -34,6 +34,8 @@ Embeddable scripting languages will be embedded as they should be.
* Fix large-pages not working (at least on my system).
Goals:
* [x] Single-threaded C example
* [] Multi-threaded C example
* [] Add basic timing benchmark to C examples