$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-08-09 16:18:09
"Philippe A. Bouchard" <philippeb_at_[hidden]> wrote in message
news:aj19ir$ecg$1_at_main.gmane.org...
> > How about indexing, addition, and *conditional branch*? That appears
> > in your latest code, and rightly so. I fully expect a branch to have a
> > noticeable effect on high-volume dereferences.
>
> What conditional branch? get() is just: m_ptr + s_rectify[get_type_id()].
> [...]
Oh, sorry. I was thinking about the conversion c'tor.
Dave