You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[com.taoensso/nippy "2.6.0-RC1"] ; Appropriate for staging, production early adopters
4
+
[com.taoensso/nippy "2.6.0"] ; Stable
6
5
```
7
6
8
7
v2.6 will be a backwards-compatible release with: improved performance (incl. frozen data size), a new low-level DataInput/DataOuput API, improved support for headerless freezing, and 1-to-1 binary-value representation guarantees. See the [Changelog](https://github.com/ptaoussanis/nippy/blob/master/CHANGELOG.md) for details.
@@ -35,7 +34,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
35
34
Add the necessary dependency to your [Leiningen][]`project.clj` and `require` the library in your ns:
@@ -149,12 +148,6 @@ There's two default forms of encryption on offer: `:salted` and `:cached`. Each
149
148
150
149
[Detailed benchmark information](https://docs.google.com/spreadsheet/ccc?key=0AuSXb68FH4uhdE5kTTlocGZKSXppWG9sRzA5Y2pMVkE&pli=1#gid=0) is available on Google Docs.
151
150
152
-
## This project supports the CDS and  goals
153
-
154
-
* [CDS][], the **Clojure Documentation Site**, is a **contributer-friendly** community project aimed at producing top-notch, **beginner-friendly** Clojure tutorials and documentation. Awesome resource.
155
-
156
-
* [ClojureWerkz][] is a growing collection of open-source, **batteries-included Clojure libraries** that emphasise modern targets, great documentation, and thorough testing. They've got a ton of great stuff, check 'em out!
157
-
158
151
## Contact & contributing
159
152
160
153
`lein start-dev` to get a (headless) development repl that you can connect to with [Cider][] (emacs) or your IDE.
0 commit comments