mardi 15 mars 2022

Which STL Container will be good to store millions of user define(class) data?

Suppose we've millions of custom data that need to be stored and search later these which STL will be good? let's say

class A{ 
    public:
      int i;
      float f;
      string s;
};

We need to to store the objects of class A.

Aucun commentaire:

Enregistrer un commentaire