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

faster version of GsonManual #15

Closed ProgrammerBruce closed 13 years ago

ProgrammerBruce commented 13 years ago
                             create     ser   +same   deser   +shal   +deep   total   size  +dfl

json/google-gson/manual-faster 180 13601 13347 10535 10568 10917 24518 468 253 json/google-gson/manual 177 44240 44083 14460 14635 14677 58916 468 253

cowtowncoder commented 13 years ago

Good catch!