Releases: frankiesardo/linked
Releases · frankiesardo/linked
1.0.4
- Works on ClojureScript thanks to cljx
- Minor improvements (keeping meta when emptying the collection, avoid reflection when possible, cleanup shared code)
0.1.3
Add meta support
0.1.2
Use letfn for internal bindings
0.1.1
- Change qualified library name
- Add print method for empty map/set
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.