A Go Swisstable with incremental growth that preserves the semantics of the Go runtime map, including map modification without invalidating iterators
Stars
9
Forks
1
Watchers
9
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
readme: renumber iteration alternatives. plan to keep this numbering.
9c77dc6View on GitHubreadme: add some comments on implementation and alt iterator approaches
7bf0eb0View on GitHuball: merge incremental growth, fuzzing call sequences via fzgen.Chain, self-validating map, cleaner benchmarks, more tests
02505dcView on GitHubmap: possibly help with bounds check elim, additional benchmarks including for MatchBytes asm
19190a4View on GitHubperf: adding some stats, hid len ok checks behind debug const
1a48bd5View on GitHubmap: passing tests, including force fill; might be passing benchmarks, but slow with fmt
7bbfe3eView on GitHubmap: intial working version, passes tests, has println, does not yet continue probing groups, so fails benchmarks
7f23aabView on GitHubmatch: remove older .s and stub file, minor comment adjustment
f8aed3cView on GitHub