Re: [boost] [serialization] performance comparison

Martin Slater writes:
I'm using MSVC8.0, Boost 1.33.1, and software from www.webEbenezer.net to build the tests.
I had a look at your site and couldn't find any download available for your serialisation library so I could run performance comparisons, is there a link to where it can be downloaded from?
There isn't a library to download. Its an online service. It takes a high level description of an interface and sends back a C++ implementation of the interface. I used the following as a "Middle" file when I tested. Msgs (set<int>) (list<int>) (list<int>, deque<int>) } The } is unmatched - at least for now. There are a couple of hand written files that you can get from the site that go with the output from the site. See the Middleware Service page for those files. This page might be helpful: http://www.webEbenezer.net/sendsample.cc Brian Wood _______________________________________

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
There isn't a library to download. Its an online service.
Ah OK, that makes it a useless in real world apps then for me and probably a lot of other people. From the docs it looks like you only support some predefined types as well. It would be more useful if you publish the exact performance tests (and build files) you use so we can make meaningful comparisions and know we're testing the same thing. cheers Martin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF3WgdMXEGyZOBBLYRAk3mAJ0Y4G+FYZvcaZPccyosM+H7zsiwBQCeMbTP XCIQMpTBugUqNy4oDouQIRs= =Rc0k -----END PGP SIGNATURE-----
participants (2)
-
brass goowy
-
Martin Slater