5 May
2015
5 May
'15
8:59 p.m.
Boris Rasin
On 5/5/2015 7:49 PM, Joaquin M Lopez Munoz wrote:
I wrote something on this some time ago, maybe worth having a look at:
http://bannalia.blogspot.com/2014/05/fast-polymorphic-collections.html http://bannalia.blogspot.com/2014/05/fast-polymorphic-collections-with.html
Interesting read, thanks for the links. Although in this case we are talking about vector<variant> which stores data by value.
poly_collection does store data by value. Also, it is more space-efficient than vector<variant>. Joaquín M López Muñoz Telefónica