From 8e212de55f2e0ab8d5e48ab24e0b4be80fc0aa92 Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Mon, 6 Mar 2017 18:20:27 -0500 Subject: [PATCH] Note location of future development Based on dain's comment in #34, note that this project has been obsoleted by aircompressor. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c204a92..993acd8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Snappy in Java -This is a rewrite (port) of [Snappy](http://code.google.com/p/snappy/) writen in +__NOTE: Future development of Snappy without JNI has moved to [aircompressor](https://github.com/airlift/aircompressor)__ + +This is a rewrite (port) of [Snappy](http://code.google.com/p/snappy/) written in pure Java. This compression code produces a byte-for-byte exact copy of the output created by the original C++ code, and extremely fast.