$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-07-21 12:45:30
"Stephen torri" <storri_at_[hidden]> wrote in message
news:1090430749.637.164.camel_at_base.torri.linux...
> Is there a boost equivalent to SGI hash_map? I am looking for a data
> structure that taking the key finds the data in one step O(1).
>
> Stephen
Jeremy Maitin-Shepard has posted an implementation of the TR1 hased
containers in the yahoo files section:
http://groups.yahoo.com/group/boost/files/jtc1-sc22-wg21-2003-n1456.tar.gz
Jonathan