Lingbo-Huang / dictionary-compression

A dictionary compression algorithm implemented in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dictionary-compression

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

Challenges faced

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

About

A dictionary compression algorithm implemented in C++


Languages

Language:C++ 100.0%