Skip to content

Choice of Zarr compressor #1661

@VeckoTheGecko

Description

@VeckoTheGecko

The writing of the zarr file in particlefile.py doesn't look to set a compressor. Setting a compressor can significantly help trading off compute for storage or vice versa [1]. The default chosen by zarr is the Blosc compressor, which is a "meta-compressor" (using different algorithms under the hood). Perhaps its worth investigating other compressors to see if there's one that is best suited for our simulation output.

@erikvansebille do you know if zarr compressors have been a topic of discussion before?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions