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#22 2026-04-14 01:21:38 +00:00
refactor!: shorter constructors, bucketsubtable
mvhutz pushed to refactor/name-bucket-slot-table at tools/go-cuckoo 2026-04-14 01:11:56 +00:00
5c39182958 refactor: HashTable -> Table, table -> subtable
mvhutz pushed to refactor/name-bucket-slot-table at tools/go-cuckoo 2026-04-14 00:53:54 +00:00
2eeff25efd Merge remote-tracking branch 'origin' into refactor/name-bucket-slot-table
867a1d49df feat: sentinel error ErrBadHash (#19)
Compare 2 commits »
mvhutz pushed to refactor/name-bucket-slot-table at tools/go-cuckoo 2026-04-14 00:50:51 +00:00
6a5b40c097 docs: replaced instances of "bucket" with "table"
mvhutz pushed to refactor/name-bucket-slot-table at tools/go-cuckoo 2026-04-14 00:45:33 +00:00
395a3560c7 refactor: constructors, update docs
2fd9da973b refactor: bucket -> table, Table -> HashTable
Compare 2 commits »
mvhutz deleted branch feat/sentinel-errors from tools/go-cuckoo 2026-04-14 00:38:13 +00:00
mvhutz pushed to main at tools/go-cuckoo 2026-04-14 00:38:13 +00:00
867a1d49df feat: sentinel error ErrBadHash (#19)
mvhutz merged pull request tools/go-cuckoo#19 2026-04-14 00:38:11 +00:00
feat: sentinel error `ErrBadHash`
mvhutz transferred repository mvhutz/go-ringdeque to tools/go-ringdeque 2026-04-05 19:06:35 +00:00
mvhutz pushed to main at tools/go-ringdeque 2026-04-05 19:04:10 +00:00
c8508cd00b refactor!: package is now named ringdeque
mvhutz pushed to main at tools/go-ringdeque 2026-04-05 19:01:01 +00:00
2cf1847dca feat: documentation
895daf6002 feat: starting implementation
Compare 2 commits »
mvhutz created repository tools/go-ringdeque 2026-04-05 18:59:22 +00:00
mvhutz pushed to refactor/name-bucket-slot-table at tools/go-cuckoo 2026-04-03 22:57:20 +00:00
mvhutz created branch refactor/name-bucket-slot-table in tools/go-cuckoo 2026-04-03 22:57:20 +00:00
mvhutz created pull request tools/go-cuckoo#21 2026-04-03 22:56:32 +00:00
WIP: feat!: put fails gracefully, allows recovery
mvhutz pushed to feat/safe-put at tools/go-cuckoo 2026-04-03 22:38:28 +00:00
ca66ccd040 fix: public facing key/value fields in entry
mvhutz pushed to feat/safe-put at tools/go-cuckoo 2026-04-03 22:20:40 +00:00
afead3330a feat: drop item returns bool, whether item existed
mvhutz pushed to feat/safe-put at tools/go-cuckoo 2026-04-03 22:13:43 +00:00
05b633afca feat: new put implementation
mvhutz created branch feat/safe-put in tools/go-cuckoo 2026-04-03 22:13:43 +00:00
mvhutz created pull request tools/go-cuckoo#20 2026-04-03 19:40:06 +00:00
feat!: update get from (V, error) to (V, bool)