Expand description
This library provides zero-overhead bindings to Google’s Snappy C++ library.
These bindings should only be used in testing and benchmarks.
Functions§
- Compress the bytes in
src
intodst
.dst
must be big enough to hold the maximum compressed size of the bytes insrc
. - Decompress the bytes in
src
intodst
.dst
must be big enough to hold the the uncompressed size of the bytes insrc
.