Set compression level to analysis (LZ4).#117
Set compression level to analysis (LZ4).#117inkdot7 wants to merge 1 commit intoISOLDESolenoidalSpectrometer:mainfrom
Conversation
|
Another thing might be: The output of the converter is what the event builder consumes? |
This is not a quick thing to do, but it is of course possible. In the case where we sort from scratch, rather than just making the event building from file, we can of course keep the vector in memory and pass it from the Converter class to the EventBuilder class. The way it is structured right now though, the converter is destroyed once the execution is finished, taking all of the memory with it, and only then is the event builder created. Needs some thought... Especially as running them all simultaneously adds to the memory pressure (lot's of histograms as well as the trees). |
Default seems to be zlib. For smaller files, one might want to try
This was not as big a win as I would have hoped:
It trades speed for file size:
I'm running this on an NFS machine, so may be hampered by that. Perhaps you get different results.
I.e. putting this up more for testing than directly advocating it.