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

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -