D
David Chazin
I have simple hash_map<int, int>. When I insert 1000 entries my memory
grows by about 2 MB (or almost 2k per entry). Anybody have any ideas
on whats going on here? This is a real problem because I need to store
about 1.3 million entries.
I am using Visual C++ 7.0.
David Chazin
grows by about 2 MB (or almost 2k per entry). Anybody have any ideas
on whats going on here? This is a real problem because I need to store
about 1.3 million entries.
I am using Visual C++ 7.0.
David Chazin