Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Sep 28, 2016
1 parent 33e6baa commit 857ec17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
```clj
[org.clojure/data.int-map "0.2.3"]
[org.clojure/data.int-map "0.2.4"]
```

This library has special implementations of immutable maps and sets, optimized for integer keys. They are both faster in both updates and lookups than normal Clojure data structures, but also more memory efficient, sometimes significantly.
Expand Down

0 comments on commit 857ec17

Please sign in to comment.