eishay / jvm-serializers

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

include capnproto #64

Closed geoffreywiseman closed 8 years ago

geoffreywiseman commented 8 years ago

I'd love to see where capnproto falls in here... https://capnproto.org

cakoose commented 8 years ago

I haven't followed CapnProto recently, but I think there were three ways of implementing the library -- JNI, sun.misc.Unsafe, and safe. Would be interesting to see the comparison.

If anyone wants to implement it, I can provide help with the benchmark framework and stuff.

On Thu, Mar 24, 2016 at 11:25 AM, Geoffrey Wiseman <notifications@github.com

wrote:

I'd love to see where capnproto falls in here... https://capnproto.org

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/eishay/jvm-serializers/issues/64

zapov commented 8 years ago

I've included Flatbuffers here: https://github.com/eishay/jvm-serializers/pull/63

but it really calls for removal of POJO garbage :/

I can also add Capnproto if nobody else wants to :D

zapov commented 8 years ago

I've updated my PR with Capnproto.

pascaldekloe commented 8 years ago

Done with #63.