Skip to content

JuliaIO/HDF5Plugins.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compression plugins for HDF5.jl implemented in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages