Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.31 KB

README_FORMAT.rst

File metadata and controls

24 lines (17 loc) · 1.31 KB

Blosc2 Format

The Blosc2 format is a specification for storing compressed data in a way that is simple to read and parse, and that allows for fast random access to the compressed data. The format is designed to be used with the Blosc2 library, but it is not tied to it, and can be used independently. Emphasis has been put on simplicity and robustness, so that the format can be used in a wide range of applications.

See a diagram of a Contiguous Frame (aka CFrame), the most important part of the Blosc2 format below:

Blosc2 CFrame format diagram

And here, the list of the different parts of the format, from the highest level to the lowest:

Finally, the recommended extension file names for the different parts of the format: