nippy/test/taoensso
Peter Taoussanis 578c585bbf [mod] Remove nippy/snappy-compressor
Details:

  - Nippy will continue to support thawing OLD data that was originally compressed with Snappy.
  - But Nippy will no longer support freezing NEW data with Snappy.

Motivation:

  - The current Snappy implementation can cause JVM crashes in some cases [1].

  - The only alternative JVM implementation that seems to be safe [2] uses JNI and
    so would introduce possible incompatibility issues even for folks not using Snappy.

  - Nippy already moved to the superior LZ4 as its default compression scheme in v2.7.0,
    more than 9 years ago.

[1] Ref. <https://github.com/airlift/aircompressor/issues/183>
[2] Ref. <https://github.com/xerial/snappy-java>
2024-02-06 16:01:13 +01:00
..
graal_tests.clj [nop] Update project template 2023-08-02 13:50:40 +02:00
nippy_benchmarks.clj [new] [#164] Update benchmarks 2024-02-06 14:30:59 +01:00
nippy_tests.clj [mod] Remove nippy/snappy-compressor 2024-02-06 16:01:13 +01:00