HDF5Plugins.jl

Compression plugins for HDF5.jl implemented in Julia
Author JuliaIO
Popularity
5 Stars
Updated Last
2 Years Ago
Started In
October 2021

HDF5Plugins

This package formerly implemented compression, decompression plugins, and other filter plugins for HDF5.jl. bzip2, lz4, and zstd compression codecs were supported using CodecBzip2.jl, CodecLZ4.jl, and CodecZstd.jl.

The plugins themselves, which implement glue code between HDF5 and the individual codecs, are implemented in Julia after having been ported from C.

Currently, the main contents of this package are now part of HDF5.jl as of version 0.16.0. This package now serves mainly as a convenience package to load all known HDF5 compression plugins implemented in Julia.

Relationship to HDF5.jl

The contents of this package were merged into the 0.16 branch of HDF5.jl and released as independent subdirectory packages.

See Also

Used By Packages

No packages found.