Skip to content

ant0nk/snappy-visual-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snappy for Visual C++

This repository was forked from https://github.com/robertvazan/snappy-visual-cpp.

Changes:

  • Re-targeted to VS2019.
  • Removed architecture suffix from library.
  • Export C++ symbols.

Building

msbuild snappy.sln /p:Configuration=Release /p:Platform=x64

Running Unit Tests

.\x64\Release\runtests.exe

Example

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

About

Visual C++ build of snappy compression codec (fork)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.4%
  • C 4.0%
  • M4 3.8%
  • Other 0.8%