Skip to content

0.1

Compare
Choose a tag to compare
@frankiesardo frankiesardo released this 16 Apr 09:11
· 87 commits to master since this release

First version.

  • Fully working implementation of ordered map and set interfaces.
  • Performance improvement for ordered maps on par with sorted-map and other alternative implementations. About 2.5x times slower than a standard hash-map
  • LinkedSet is still somehow underperforming so a new version should be needed to speed things up a bit.