You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory, it provides the means to change the default compression
algorithm. This used to work when TFile defaulted to compress=1, only
specifying the compression level, but commit e9c4b2e in 2018 changed
the default to 101, including the compression algorithm. Moreover, lzma
wasn't implemented so the option didn't live up to its documentation.
* The `compression_default` build option was removed. It was supposed to change the default compression algorithm, but didn't actually work with the default parameters of `TFile`.
0 commit comments