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

Add some benchmark for javax.json (jsr353) #37

Closed pgelinas closed 11 years ago

pgelinas commented 11 years ago

I've added benchmarks for the RI of JSR 353, which is done by the glassfish project.

It's also possible to plug in another implementation if needed, the class structure is flexible.

pgelinas commented 11 years ago

I rebased my branch on top of the current master, shouldn't cause any conflicts.