#include #include #include #include #include #include #include #include using namespace std; using nstd::bitmap_allocator; int main () { nstd::timer t; typedef std::list > My_List; //typedef std::map > My_List; //typedef std::list My_List; // typedef std::list > My_List; //typedef std::map My_List; //std::list > il1; // nstd::node_allocator ba; My_List il1; int ctr = 3; while (ctr--) { t.start (); for (int i = 0; i < 650000; ++i) // il1.insert (make_pair (rand()%10001, i)); il1.push_back (rand()%50001); t.stop (); cout<<"Time Taken to Insert: "<>x; }