Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

robertvazan/snappy-visual-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snappy for Visual C++

UNMAINTAINED: This library is no longer maintained, because I rarely use Windows or C++ these days. It has not been updated in years. You are welcome to adopt the library if you find it useful.

This is a Windows port of Snappy compression algorithm.


char compressed[1000]; size_t length = 1000; snappy_status status = snappy_compress( "Hello World!", 12, compressed, &length); 

Languages