
Hi, I have finished the first version of my STL-like intrusive containers and I want to propose the idea for boost. For detailed informations please visit: http://people.freenet.de/turtle++/intrusive.html Best regards Olaf Krzikalla

Hi, Can you publish some performance comparisons with std containers? I have once created a similar thing to your ilist, because the container was very heavily used throughout the program and speed of allocating/deallocating list nodes was a performance bottleneck. But my implementation was nowhere close to your when comes to std/boost compatibility, and had much less features. I would gladly see these containers in boost. cheers, Marcin Kalicinski Uzytkownik "Olaf Krzikalla" <krzikalla@gmx.de> napisal w wiadomosci news:d2mf52$cdf$1@sea.gmane.org...
Hi,
I have finished the first version of my STL-like intrusive containers and I want to propose the idea for boost. For detailed informations please visit:
http://people.freenet.de/turtle++/intrusive.html
Best regards Olaf Krzikalla
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Hi, I've uploaded the file intrusive.zip in the file section, which contains a (very) preliminary submission of my intrusive containers. There is still a lot of work to do and some points of discussion are listed in the TODO section of the documentation. I would be very glad, if a native english speaker could have a look at the doc and point out all the quirks and mistakes. Of course technical comments are welcome too. Best regards Olaf Krzikalla PS: Should I post this message in the boost.user group too?
participants (2)
-
Marcin Kalicinski
-
Olaf Krzikalla