Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 296 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 296 Bytes

Incremental resizing_hashtable

Some hash table implementations, notably in real-time systems, cannot pay the price of enlarging the hash table all at once, because it may interrupt time-critical operations. If one cannot avoid dynamic resizing, a solution is to perform the resizing gradually