0.1
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 standardhash-map
- LinkedSet is still somehow underperforming so a new version should be needed to speed things up a bit.