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

Delay LZ4 creation; close #85 #87

Closed jeaye closed 7 years ago

jeaye commented 7 years ago

Some environments, such as Google App Engine, restrict classes which can be used; as such, only if LZ4 is used should it be created.

ptaoussanis commented 7 years ago

Hi there, thanks for this!

Unfortunately the provided PR involves breaking changes, and also exposes this delay as an implementation detail that consumers would need to be aware of.

Will try get an alternate commit up shortly.

ptaoussanis commented 7 years ago

Have provided an alt implementation, closing. Cheers :-)