Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-01-05 | also fuzz deletions | Baitinq | 1 | -1/+5 | |
2025-01-05 | fix memory bug in hashmap implementation | Baitinq | 2 | -27/+16 | |
2025-01-04 | clean | Baitinq | 1 | -9/+3 | |
2025-01-04 | Copy memory in hashmap | Baitinq | 3 | -8/+14 | |
2025-01-04 | Start implementing referencing hashmap impl in fuzzer | Baitinq | 2 | -10/+31 | |
2025-01-04 | variable ht capacity in fuzzing | Baitinq | 1 | -3/+3 | |
2025-01-04 | start fuzzing | Baitinq | 1 | -0/+35 | |
2025-01-04 | update zig version | Baitinq | 3 | -3/+91 | |
2025-01-04 | take initial capacity in init function | Baitinq | 3 | -6/+5 | |
2025-01-04 | another test | Baitinq | 1 | -0/+10 | |
2025-01-04 | Add test | Baitinq | 1 | -4/+6 | |
2025-01-04 | Call c from zig | Baitinq | 7 | -54/+176 | |
2025-01-03 | switch compiler to zig | Baitinq | 2 | -1/+2 | |
2025-01-03 | better example | Baitinq | 1 | -0/+14 | |
2025-01-03 | Cleanup | Baitinq | 2 | -15/+16 | |
2025-01-03 | Kind of works~ | Baitinq | 3 | -28/+108 | |