c++ - Hash table/map implementation without dynamic allocations -


does know of c/c++ hash table/map implementation does not dynamically allocate memory? i'm working on embedded system has no standard library & no heap (unless want write/port one).

the terms you're looking "open addressing" or "closed hashing". see http://en.wikibooks.org/wiki/data_structures/hash_tables#open_addressing , http://en.wikipedia.org/wiki/open_addressing

don't know specific implementation, though. sorry.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -