From: Roman Morokutti (roman_vbg_at_[hidden])
Date: 2007-11-23 04:18:15


Hi,

what would be the best solution to create
objects of variable length and arbitrary
types in C++ which are best in performance
and size respectively. Or is there a solution
in boost for this kind of problem anyway?

These objects would be written in a queue
for asynchron processing. Thanks in advance.

Roman