elfshaker

elfshaker stores binary objects efficiently

APACHE-2.0 License

Stars
2.3K

Bot releases are hidden (Show)

elfshaker - v0.9.0 Latest Release

Published by peterwaller-arm almost 3 years ago

The first release

elfshaker is a storage system inspired by git for binary files. As an example of its use, it can store ~2,000 builds of clang in a single 100MiB file and give random access to any of those commits with a few seconds of CPU time.

Accessing the same thing would ordinarily take significant time to build, and storing 2,000 builds would usually cost hundreds of megabytes each, so the effective compression ratio is in excess of 1,000x.

New Contributors

Full Changelog: https://github.com/elfshaker/elfshaker/commits/v0.9.0