Skip to content

Releases: elfshaker/elfshaker

v0.9.0

18 Nov 12:07
Compare
Choose a tag to compare

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