Hello,
I need to considerably speed up the performance of std::set, maybe by reimplementing it as an array. Has anyone thought about this, or better yet, actually done it? In my application the memory allocations are too slow, so I thought that using an array would speed things up.
Any advice in the area would be greatly appreciated!
Thanks,
m1cha3l
