Maxim Hutz mvhutz
  • https://maximhutz.com
  • Hey, it's me! This is my Gitea instance, where all my code lives. Check out what I've been doing!

  • Joined on 2024-08-13
mvhutz created pull request tools/go-cuckoo#6 2026-03-20 00:57:02 +00:00
WIP: feat: add drop key functionality
mvhutz pushed to feat/drop-item at tools/go-cuckoo 2026-03-20 00:55:10 +00:00
bd3f0aad04 chore: removed testdata for fuzz test
mvhutz pushed to feat/drop-item at tools/go-cuckoo 2026-03-20 00:48:39 +00:00
cdb5efb4a3 fix: allow 0 capacity for table
bb874a2aba test: add Drop to fuzz test, add drop test cases
Compare 2 commits »
mvhutz pushed to feat/drop-item at tools/go-cuckoo 2026-03-20 00:05:51 +00:00
e2ba398a62 fix: Table.Drop() was not a pointer receiver
mvhutz pushed to feat/drop-item at tools/go-cuckoo 2026-03-20 00:02:57 +00:00
c1314f8a3c fix: resize of Table.Drop() now decreases size
mvhutz pushed to feat/drop-item at tools/go-cuckoo 2026-03-20 00:01:32 +00:00
74ed81761c fix: drop() decrements bucket size
mvhutz pushed to feat/drop-item at tools/go-cuckoo 2026-03-19 23:54:53 +00:00
d4acdda95b feat: implement drop functionality
mvhutz pushed to feat/drop-item at tools/go-cuckoo 2026-03-19 23:45:28 +00:00
mvhutz created branch feat/drop-item in tools/go-cuckoo 2026-03-19 23:45:28 +00:00
mvhutz deleted branch ci/lint-makefile-job from tools/go-cuckoo 2026-03-19 00:24:27 +00:00
mvhutz pushed to main at tools/go-cuckoo 2026-03-19 00:24:26 +00:00
2bfaede2d4 ci: add lint makefile job (#5)
mvhutz merged pull request tools/go-cuckoo#5 2026-03-19 00:24:25 +00:00
ci: add lint makefile job
mvhutz pushed to ci/lint-makefile-job at tools/go-cuckoo 2026-03-19 00:22:41 +00:00
e305b9c3c2 style: rename "Lint Makefile" to "Makefile Lint"
mvhutz created pull request tools/go-cuckoo#5 2026-03-19 00:20:21 +00:00
ci: add lint makefile job
mvhutz pushed to ci/lint-makefile-job at tools/go-cuckoo 2026-03-19 00:20:08 +00:00
e712c7ad79 ci: add lint makefile job
mvhutz created branch ci/lint-makefile-job in tools/go-cuckoo 2026-03-19 00:20:08 +00:00
mvhutz deleted branch style/makefile-check from tools/go-cuckoo 2026-03-19 00:14:57 +00:00
mvhutz pushed to main at tools/go-cuckoo 2026-03-19 00:14:57 +00:00
ece10585a5 style: restructure makefile (#4)
mvhutz merged pull request tools/go-cuckoo#4 2026-03-19 00:14:55 +00:00
style: restructure makefile
mvhutz pushed to style/makefile-check at tools/go-cuckoo 2026-03-19 00:01:30 +00:00
51930a7cbb style: rename CI jobs to match Makefile targets