We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3109a5f commit 8e212deCopy full SHA for 8e212de
README.md
@@ -1,6 +1,8 @@
1
# Snappy in Java
2
3
-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)__
4
+
5
+This is a rewrite (port) of [Snappy](http://code.google.com/p/snappy/) written in
6
pure Java. This compression code produces a byte-for-byte exact copy of the output
7
created by the original C++ code, and extremely fast.
8
0 commit comments