
26 Oct
2006
26 Oct
'06
3:17 p.m.
Shams wrote:
Hi,
Hi
Also I noticed that Boost.Interprocess had some sort of tree implementation. * Why the reason for this and if used internally then what is for, otherwise can't it be just made generic for everyone to use instead of the SoC Tree implementation?
Boost.Interprocess tree is the common code to implement shared memory map/set/multimap/multiset containers. Like the standard ordered containers, the implemented tree is a red-black tree. I just don't know if they could be useful for other project, though, Regards, Ion