$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Besogonov (cyberax_at_[hidden])
Date: 2006-07-27 09:43:16
Rene Rivera wrote:
>> 1. What's exactly that?
> It's basically the hashing. Specifically hashitem() in "hash.c".
BTW, initially I've tried to use hash.c from BJam in my BJamC++ but it
is slow. I got about 100% speedup when I replaced it with Google's
dense_hashmap and hash value caching in string objects.
There's a pure C version of Google's hashmap, so it may help to use it
in BJam.
-- With respect, Alex Besogonov (cyberax_at_[hidden])