This repository has been archived by the owner on Dec 15, 2019. It is now read-only.
forked from andikleen/snappy-c
-
Notifications
You must be signed in to change notification settings - Fork 0
C port of the snappy compressor
License
nbkolchin/snappy-c
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a C port of the google snappy compressor (http://code.google.com/p/snappy/) The compressor is very fast with reasonable compression ratio. It is mainly useful for projects that cannot integrate C++ code, but want snappy. Also contains a command line tool, a benchmark, random test code and a fuzz tester. The compression code supports scather-gather and linear buffers. The scather gather code is ifdefed (-DSG) and can be removed with unifdef. Andi Kleen
About
C port of the snappy compressor
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 100.0%