Documentation
Overview ¶
rcompress provides types and functions to compress and decompress ROOT data payloads.
Index ¶
Constants ¶
View Source
const HeaderSize = 9
Note: this contains ZL[src][dst] where src and dst are 3 bytes each.
Variables ¶
View Source
var DefaultSettings = Settings{Alg: ZLIB, Lvl: flate.BestSpeed}
DefaultSettings is the default compression algorithm and level used in ROOT files and trees.