$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::hash and string conflicts
From: Erik Scorelle (escorelle.work_at_[hidden])
Date: 2011-04-07 13:08:57
Hi,
We have been using boost hash to hash filenames, but have found with some of
our user data that certain strings will produce the same hash code (
"0012g6" and "0012fu" for example). Is there a recommended way to predict
or resolve these sorts of conflicts?
Thanks in advance!