[ 
https://issues.apache.org/jira/browse/TS-2948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan M. Carroll updated TS-2948:
--------------------------------

    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).

  was: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.


> Hash table based on List support
> --------------------------------
>
>                 Key: TS-2948
>                 URL: https://issues.apache.org/jira/browse/TS-2948
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Alan M. Carroll
>            Assignee: Alan M. Carroll
>
> 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).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to