-
- Downloads
io: use TBufferFile with same size as TBufferMergerFile
Using nbytes we get a buffer only as big as last thing written with TMemFile::Write(), which causes many memory allocations to expand the TBufferFile to the same size as the TBufferMergerFile. Related JIRA issue: ROOT-9133.
Please register or sign in to comment