$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [any] Multimethod for boost::any and modified boost::any to fit multi method
From: Nowake (nowake_at_[hidden])
Date: 2009-02-13 13:44:53
I update Multimethod that use boost::unorderd_map.
Currently, Multimethod dispatches method in constant-time.
https://svn.boost.org/trac/boost/ticket/2749
(Multimethod.2.hpp)
...but I cannot measure difference between std::map and boost::unorderd_map.
I think handreds classes are too few to measure it.
Regards.
Nowake