rocksdb/snappy
2012-06-15 13:54:30 -07:00
..
libs A version of snappy that uses jemalloc and gcc-4.6.2, It is here for ease of use by leveldb code. 2012-06-15 13:54:30 -07:00
README A version of snappy that uses jemalloc and gcc-4.6.2, It is here for ease of use by leveldb code. 2012-06-15 13:54:30 -07:00
snappy-stubs-public.h A version of snappy that uses jemalloc and gcc-4.6.2, It is here for ease of use by leveldb code. 2012-06-15 13:54:30 -07:00
snappy.h A version of snappy that uses jemalloc and gcc-4.6.2, It is here for ease of use by leveldb code. 2012-06-15 13:54:30 -07:00

This is a pre-compiled version of snappy 1.0.5 from 
http://code.google.com/p/snappy/downloads/detail?name=snappy-1.0.5.tar.gz

This is compiled using gcc-4.6.2-glibc-2.13 on centos5.2
and uses jemalloc. This is here so that one can compie leveldb to use
snappy easily.