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