8000 GitHub - jhb563/snappy: Fast Haskell bindings to Google's Snappy compression library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jhb563/snappy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to snappy

snappy is a fast Haskell library for working with data compressed using Google's Snappy format. It is implemented as a binding to the Snappy library.

It implements zero-copy compression and decompression of both strict and lazy bytestrings, the standard Haskell types for managing binary data efficiently.

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/bos/snappy.git

There's also a Mercurial mirror:

  • hg clone http://bitbucket.org/bos/snappy

(You can create and contribute changes using either git or Mercurial.)

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.

About

Fast Haskell bindings to Google's Snappy compression library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 80.3%
  • C++ 12.2%
  • C 5.9%
  • Makefile 1.6%
0