eishay / jvm-serializers

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

Add DataKernel serializer (UTF8 only) #56

Closed vmykh closed 8 years ago

vmykh commented 9 years ago

DataKernel serializer without ASCII optimization for any of benchmark data (just to clarify - DataKernel serializer is exactly the same, but ASCII optimization has not been enabled for «Uri» and «Format» fields). Pull request with Datakernel serializer, that use ASCII optimizations is here.

pascaldekloe commented 8 years ago

Thanks @vmykh. Very interesting approach.

zapov commented 8 years ago

It would be nice if this implementation was fixed before merging. It does not use input data for deserialization

pascaldekloe commented 8 years ago

Right @zapov, fixed with commit 052ae0a3e1a0f22b30483b103bca6be189e1702a.