From c6c1e1419e07795c13a8445032cb98c5c6f91187 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 10 Jun 2016 10:37:29 +0700 Subject: [PATCH] v2.12.0-beta2 --- CHANGELOG.md | 4 ++-- README.md | 7 +++++-- project.clj | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9208e4a..d978606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. -## v2.12.0-SNAPSHOT / ... +## v2.12.0-beta2 / 2016 Jun 10 ```clojure -[com.taoensso/nippy "2.12.0-SNAPSHOT"] +[com.taoensso/nippy "2.12.0-beta2"] ``` > This is a **major release** that **may** involve some **breaking API changes** in rare cases for users of some low-level or obscure features that have been made private or removed. If your code compiles with this new version of Nippy, you should be fine. diff --git a/README.md b/README.md index bf491db..c1956a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/nippy "2.11.1"] ; Stable +[com.taoensso/nippy "2.11.1"] ; Stable +[com.taoensso/nippy "2.12.0-beta2"] ; Dev (unstable), see CHANGELOG for details ``` Want to help [support taoensso/open-source]? @@ -158,6 +159,8 @@ There's two default forms of encryption on offer: `:salted` and `:cached`. Each ## Performance +Nippy is currently the **fastest serialization library for Clojure** that I'm aware of, and offers roundtrip times between **~10x and ~15x** faster than Clojure's `tools.reader.edn`, with a **~40% smaller output size**. + ![benchmarks-png] [Detailed benchmark info] is available on Google Docs. @@ -200,4 +203,4 @@ Copyright © 2012-2016 [Peter Taoussanis]. [Onyx]: https://github.com/onyx-platform/onyx [LZ4]: https://code.google.com/p/lz4/ [benchmarks-png]: https://github.com/ptaoussanis/nippy/raw/master/benchmarks.png -[Detailed benchmark info]: https://docs.google.com/spreadsheet/ccc?key=0AuSXb68FH4uhdE5kTTlocGZKSXppWG9sRzA5Y2pMVkE \ No newline at end of file +[Detailed benchmark info]: https://docs.google.com/spreadsheet/ccc?key=0AuSXb68FH4uhdE5kTTlocGZKSXppWG9sRzA5Y2pMVkE diff --git a/project.clj b/project.clj index a04cc4e..62b112c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.12.0-SNAPSHOT" +(defproject com.taoensso/nippy "2.12.0-beta2" :author "Peter Taoussanis " :description "High-performance serialization library for Clojure" :url "https://github.com/ptaoussanis/nippy"