/dictionary-compression

A dictionary compression algorithm implemented in C++

Primary LanguageC++

dictionary-compression

C++ implementation. Uses dictionary compression to compress large JSON files.

Challenges faced

  • How to calculate the optimal size for the hash string.