Container similar to Android's ArrayMap in C++ -


android provides associative container named arraymap, implemented 2 simple arrays.

this container supposed slower other data structures, when inserting data, memory-efficient.

is there such thing implemented in c++?

boost's flat_map , eastl's vector_map seem analogues of arraymap.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -