
15 Jul
2010
15 Jul
'10
2:34 p.m.
On 15/07/2010 16:27, Joaquin M Lopez Munoz wrote:
Brian Bartman<bbartmanboost<at> gmail.com> writes:
Hello,
Pointer Plus Bits: Is a data structure which points to specifically aligned object such that the value of the address is divisible by a power of two (the power of two which it is divisible by is given as a template argument). The empty bits of the pointer are then used to store extra boolean values relating to something [...]
FYI, there's some code at
http://bannalia.blogspot.com/2008/11/optimizing-red-black-tree-color-bits.ht...
that you might want to leverage for your work.
some more code: http://www.boost.org/doc/libs/1_43_0/doc/html/intrusive/reference.html#heade... Best, Ion