
5 Apr
2009
5 Apr
'09
7:35 a.m.
Michael Howell skrev:
The attached patch add reference counting "implicit sharing" to Boost.Any. It is my first patch to Boost, so it will probably need some changes.
If you want to improve the performance of any, the thing to do is to add a small buffer optimization such that all buildin types (or equally small UDT) are created on the stack. See http://www.codeproject.com/KB/cpp/dynamic_typing.aspx -Thorsten