I started coding a map for tw but it's actually not trivial to write a good, generic map that has acceptable performance in most cases
10:21
(nor is our allocator abstraction up to par for this kind of container work (it lacks a rebind), now that I think about it, we might aswell drop our allocator because we don't even use it for debugging anymore)
since that's never going to happen, it'd be nice if atleast our own "cutting edge" template library didn't look like it's from when Bjarne first imagined concepts