$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] sparse bitset
From: Anuj Garg (anujgarg2004_at_[hidden])
Date: 2009-05-27 02:43:19
my application requires sparse bitsets.
Type requirements:
*Block *is an unsigned integer type
how hard would it be to replace this with a custom structure. basically
instead of storing them as a Array or uint's i would like to store them as a
link-list of uint or hash-map.