HashMap, BigHashMap

Massimiliano Poletto maxp at mazunetworks.com
Mon Mar 24 11:28:23 EST 2003


Marie-Christine,

HashMap uses open addressing to resolve collisions, so it is a bit
simpler than BigHashMap but does not support deletes.  BigHashMap uses
chaining, and it does support deletes.

max


    Subject:  HashMap, BigHashMap
    Hi all,
    
    I'd like to know if there are documents concerning HashMap and BigHashMap. 
   I 
    tried to find some, but couldn't find anything and the sections in the 
    ClickDocumentation are empty, I'd just like to know what is the difference 
    between both and their uses.
    
    thanks
    
    Marie-Christine





More information about the click mailing list