Skip to content
  • Björn Butzin's avatar
    Improved TimeoutHashMap2 · 7b80696a
    Björn Butzin authored
     - TimeoutHashMap2 has now reduced memory footprint (~50% - removed timeque)
     - TimeoutHashMap2 is now thread save (synchronized methods & moved update of the map from Timer to TimeoutHashMap2)
     - TimeoutHashMap2 now focuses on fast insert and remove, instead of fast removal of expired entries as this happens in the background
    7b80696a