Skip to content
  • Mark Olesen's avatar
    PackedList bugfix, HashTable tweak · 2aeee852
    Mark Olesen authored
    - it was possible to create a PackedList::iterator from a
      PackedList::const_iterator and violate const-ness
    
    - added HashTable::printInfo for emitting some information
    
    - changed default table sizes from 100 -> 128 in preparation for future
      2^n table sizes
    2aeee852