eishay / jvm-serializers

Benchmark comparing serialization libraries on the JVM
http://groups.google.com/group/java-serialization-benchmarking
3.28k stars 561 forks source link

Kannan #33

Closed pem3 closed 11 years ago

pem3 commented 11 years ago

Hello,

I added JBoss Serialization and Marshalling library tests. Check it out and merge it if it's ok.

Thanks, Michal

cowtowncoder commented 11 years ago

Looks good. One suggestion -- would it be possible to extract manual handling out to a separate class? This would make it easier to compare relative code sizes going forward; this is something that has been discussed although not yet implemented. But at least whoever wants to have a look would find it easier to see the difference between options?

pem3 commented 11 years ago

I extracted the code and pushed it.

cowtowncoder commented 11 years ago

Oh perfect. Was not paying enough attention to changes here :)