cl-hamt
cl-hamt copied to clipboard
Dictionary and set data structures using hash array-mapped tries (HAMT)
Results
1
cl-hamt issues
Sort by
recently updated
recently updated
newest added
[This paper](http://michael.steindorfer.name/publications/oopsla15.pdf) demonstrates ways to optimize HAMTs, apparently with some sizable performance gains. I should implement this and benchmark it against the current code.