This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Excessive memory usage of large hash_maps


Quoting pcarlini@unitus.it: 
 
> ...                                is the "load factor control" which  
> replaces the previous "resize" way the user had to control the size of  
> the hashtable. 
 
Strictly speaking, this is incorrect, since now it's available the 
explicit 'rehash(n)' way. Sorry. 
 
Paolo. 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]