SkillAgentSearch skills...

Kzip

No description available

Install / Use

/learn @danlark1/Kzip
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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;

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated4y ago
Forks1

Languages

C++

Security Score

70/100

Audited on Apr 11, 2021

No findings