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 #1

Closed magro closed 13 years ago

magro commented 13 years ago

Here's another kryo serializer "kryo-custom" that comes with custom serializers for MediaContent, Media and Image. Most of the time it's faster than both other kryo serializers, only for media.3.cks it's slower (ran for i in 1 2 3 4; do echo "Running with data/media.$i.cks"; ./run -include=kryo,kryo-opt,kryo-custom data/media.$i.cks; done).

I'd be glad if you would pull this new kryo-custom into jvm-serializers.

I've also committed changes to the .classpath (it contained references to old/not existing jars), not sure if this commit should be dropped...

Cheers, Martin