create_counter(list std_allocator) Time: 78 Insertions: 1000000 Constations: 3000000 create_counter*(list std_allocator) Time: 141 Insertions: 1000000 Constations: 1000000 create_counter(list pool_allocator) Time: 93 Insertions: 1000000 Constations: 3000000 create_counter*(list pool_allocator) Time: 125 Insertions: 1000000 Constations: 1000000 Clear Data ... create_counter(list std_allocator) Time: 78 Insertions: 1000000 Constations: 3000000 create_counter*(list std_allocator) Time: 78 Insertions: 1000000 Constations: 1000000 create_counter(list pool_allocator) Time: 31 Insertions: 1000000 Constations: 3000000 create_counter*(list pool_allocator) Time: 63 Insertions: 1000000 Constations: 1000000 Clear Data ...