taoensso / nippy

The fastest serialization library for Clojure
https://www.taoensso.com/nippy
Eclipse Public License 1.0
1.04k stars 60 forks source link

adds docs in README on how to use the lower-level stream API #28

Closed bmabey closed 10 years ago

bmabey commented 11 years ago

This documents how to use the lower-level stream APIs and still use Snappy's compression. I ran into a gotcha concerning mixing this approach and regular freeze which I noted as well.

ptaoussanis commented 10 years ago

Hi Ben, thanks for this!

Sorry for never getting back to you about this - never noticed the PR for some reason. There's an upcoming release that'll make a README mention of the lower-level API.

Cheers! :-)