package
0.36.0
Repository: https://github.com/go-hep/hep.git
Documentation: pkg.go.dev

# Functions

Compress compresses src, using the compression kind and level encoded into compr.
Decompress decompresses src into dst.
SettingsFrom create a Settings value from the provided compression configuration (compression algorithm and compression level), using ROOT's encoding.

# Constants

Note: this contains ZL[src][dst] where src and dst are 3 bytes each.
constants for compression/decompression.
constants for compression/decompression.
constants for compression/decompression.
constants for compression/decompression.
constants for compression/decompression.
constants for compression/decompression.
constants for compression/decompression.
constants for compression/decompression.

# Variables

DefaultSettings is the default compression algorithm and level used in ROOT files and trees.

# Structs

Settings encodes the ROOT way of specifying a compression mechanism and its compression level.

# Type aliases

Kind specifies the compression algorithm to be used during reading or writing ROOT files.