A custom associative container that is faster than std::mapI appreciate the lengthy responses. "Consider that the STL containers / algorithms are highly optim...
A custom associative container that is faster than std::mapInsertion and reading is faster than std::map. This container keeps keys vector sorted for use of lo...
A custom associative container that is faster than std::mapIt uses stl heavily and is faster than maps by about 15%. (I know that the number seems vague but s...
This user does not accept Private Messages