golang / snappy

The Snappy compression format in the Go programming language.
BSD 3-Clause "New" or "Revised" License
1.52k stars 163 forks source link

rewrite snappytool in go #38

Closed mattn closed 6 years ago

mattn commented 7 years ago

In Go's style, N is not required.

dgryski commented 7 years ago

Is it useful to still have a tool for checking compatibility with the C++ library? (There isn't one in https://github.com/google/snappy )

mattn commented 7 years ago

How about move main.cpp into misc/main.cpp ?

dgryski commented 7 years ago

Good plan. That way the default tool is pure Go, but we still include a compatibility testing tool in the repo (just hidden off to the side.)

xor-gate commented 6 years ago

It would be nice to have it in the repository for testing and development purposes without needing a cpp compiler.

dgryski commented 6 years ago

Ping @nigeltao @dsnet