Description
It would be useful for the core to have a hash table implementation that used the List / Link support already available. This would be superior to the TCL version and not have the large footprint of the STL or Boost version.
This should also support deletion (unlike HashMap in Map.h) and independent allocation (as in ChainHashMap in Map.h).
Attachments
Attachments
Issue Links
- is required by
-
TS-2863 FQDN session pools work poorly
- Closed