Categories: None [Edit]

huffman_tw

https://rubygems.org/gems/huffman_tw
https://github.com/ChillerDragon/huffman-tw
The teeworlds C++ huffman compression code wrapped as a ruby gem This gem implements the huffman compression algorithm. Using the exact code of the teeworlds codebase. https://github.com/teeworlds/teeworlds/blob/26d24ec061d44e6084b2d77a9b8a0a48e354eba6/src/engine/shared/huffman.cpp So this gem is ideal for developing teeworlds projects in ruby. But this is not a general purpose compression library. Do not expect speed/ease of use/safety/correctness but just being as close to the teeworlds implementation as possible.

Total

Ranking: 159,330 of 180,530
Downloads: 2,574

Daily

Ranking: 28,282 of 180,517
Downloads: 4

Depended by

RankDownloadsName
173,8221,471teeworlds_network

Depends on

RankDownloadsName
5,663741,522rice

Owners

#GravatarHandle
1iconChillerDragon