Skip to content
Snippets Groups Projects
Commit 22d8347a authored by Rene Brun's avatar Rene Brun
Browse files

Change the allocation for the THashList from

fKeys       = new THashList(100,4)
to
fKeys       = new THashList(100,50)
The previous allocation was generating too many TList in case the number
keys is very large.


git-svn-id: http://root.cern.ch/svn/root/trunk@4280 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7b183b06
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment