An open API service providing repository metadata for many open source software ecosystems.

GitHub / kahlery / lzw-compression

compression tool: C++ program that implements LZW compression using a hashtable data structure. It takes an input file and compresses the data into a smaller size, then writes the compressed data to an output file. The program also includes a method for rehashing the hashtable when the load factor exceeds a certain threshold.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kahlery%2Flzw-compression
PURL: pkg:github/kahlery/lzw-compression

Stars: 0
Forks: 0
Open issues: 0

License: None
Language: HTML
Size: 670 KB
Dependencies parsed at: Pending

Created at: over 2 years ago
Updated at: 10 months ago
Pushed at: over 2 years ago
Last synced at: about 1 month ago

Topics: compression, cpp, decompression, fileio, hashtable, lzw, lzw-compression

    Loading...