Skip to content

Releases: frankiesardo/linked

1.0.4

26 Oct 12:40
Compare
Choose a tag to compare
  • Works on ClojureScript thanks to cljx
  • Minor improvements (keeping meta when emptying the collection, avoid reflection when possible, cleanup shared code)

0.1.3

20 Sep 12:35
Compare
Choose a tag to compare

Add meta support

0.1.2

04 Sep 11:44
Compare
Choose a tag to compare

Use letfn for internal bindings

0.1.1

19 Aug 08:38
Compare
Choose a tag to compare
  • Change qualified library name
  • Add print method for empty map/set

0.1

16 Apr 09:11
Compare
Choose a tag to compare
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 standard hash-map
  • LinkedSet is still somehow underperforming so a new version should be needed to speed things up a bit.