Skip to content

fslove/lua-csnappy

 
 

Repository files navigation

lua-csnappy

Build Status Coverage Status Licence

Introduction

lua-csnappy is a binding of the csnappy library which implements the Google's Snappy (de)compressor.

Snappy uses a LZ77-type algorithm with a fixed, byte-oriented encoding.

The csnappy library is available at http://github.com/zeevt/csnappy.

The specification and the original C++ implementation of Snappy are available at https://google.github.io/snappy/.

Links

The homepage is at http://fperrad.github.io/lua-csnappy/, and the sources are hosted at http://github.com/fperrad/lua-csnappy/.

Copyright and License

Copyright (c) 2012-2016 Francois Perrad

This library is licensed under the terms of the BSD license, like csnappy & Snappy.

About

a fast compressor/decompressor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 45.7%
  • C 34.7%
  • Terra 14.6%
  • Perl 5.0%