csnappy
csnappy copied to clipboard
Google snappy in C for Linux Kernel
As at the moment csnappy is used in few distributions IMO it woild be good to make first release to better track changes in those packages.
https://github.com/zeevt/csnappy/issues/39
The latest commit 6c10c305e8dde193546e6b33cf8a785d5dc123e2 added check_unaligned_uint64 test which calls "make clean". As a result if tests are performed in parallel (e.g. "make -j4 test"), they fail because the clean target...
Every shared library should have a soname for the case when ABI changes and it is necessary to distinguish the incompatible libraries. Otherwise existing executables can start crashing or misbehave....
What is the maximum size for the compressed and/or uncompressed that this library is supporting? I think it would be nice if we document the desired limits and make the...
Various files quotes the BSD license, however not all file do so (e.g. the Makefile). Therefore it would nice if you as the author would add a LICENSE file which...