Choose between android::DefaultKeyedVector<key,value> and std::map<key,value> for better performance?

83 Views Asked by At

I want to create a service in android (Nougat/Pie version) which needs to store lots of data in terms of <Key, Value> pairs. I have different APIs which update, add, delete and get the values from <Key, Value>. Now I have two choices between

0

There are 0 best solutions below