an efficient binary archive format
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

typo

zach 56b1adc6 59067ee6

+1 -1
+1 -1
README.md
··· 1 1 # bindle-file 2 2 3 - [bindle](https://en.wikipedia.org/wiki/Bindle) is an fast/efficient, binary archive format. 3 + [bindle](https://en.wikipedia.org/wiki/Bindle) is a fast/efficient, binary archive format. 4 4 5 5 The format uses memory-mapped I/O for fast reads, optional zstd compression, and supports append-only writes with shadowing for updates. Files can be added incrementally without rewriting the entire archive. 6 6