summary refs log tree commit diff
path: root/src/main.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* also fuzz deletionsBaitinq2025-01-051-1/+5
* fix memory bug in hashmap implementationBaitinq2025-01-051-25/+14
* cleanBaitinq2025-01-041-9/+3
* Copy memory in hashmapBaitinq2025-01-041-4/+4
* Start implementing referencing hashmap impl in fuzzerBaitinq2025-01-041-8/+29
* variable ht capacity in fuzzingBaitinq2025-01-041-3/+3
* start fuzzingBaitinq2025-01-041-0/+35
* update zig versionBaitinq2025-01-041-1/+1
* take initial capacity in init functionBaitinq2025-01-041-3/+3
* another testBaitinq2025-01-041-0/+10
* Add testBaitinq2025-01-041-4/+6
* Call c from zigBaitinq2025-01-041-0/+31