Skip to content

danlark1/Kzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key-value zip (Kzip).

This library (although currently we are far from true library) presents you a key-value compression storage.

  1. kzip.

mkdir build && cd build && cmake .. && make

Then write ./kzip --help for help. And you can run tester that tests my library on any file.

Good luck!

Plans:

Try boost::dynamic_bitset instead of std::vector<char> (DONE! no speedup and bad dependence);

Write simple tests inside the library;

Have some fun with perf record and perf report;

Documentation for usage;

True Benchmarks with Gzip, bzip, zstd;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published