Boost logo

Ublas :

From: Matthias Troyer (troyer_at_[hidden])
Date: 2007-01-31 07:32:18


On Jan 31, 2007, at 1:29 PM, Neal Becker wrote:

> Gunter Winkler wrote:
>
>> Hallo,
>>
>> I finally finished the serialization of all storage and container
>> types.
>> (Tell me if I missed one). The usage is
>>
>> ar & x; // for text and binary archives
>> ar & make_nvp("x", x); // for text, binary and xml archives
>>
>> The patch can be found at
>> http://www.bauv.unibw-muenchen.de/~winkler/ublas/patches/
>>
>> mfg
>> Gunter
>>
>> PS: My homepage will move to another provider in a few weeks.
>
> Looks nice. Would be more likely to be accepted if it had backport to
> non-cvs boost (not relying on container serialization stuff)

Not relying on container serialization will make it horribly slow and
less likely to be accepted in my opinion.

Matthias