uzh / signal-collect

A framework for scalable graph computing.
www.signalcollect.com
Apache License 2.0
148 stars 32 forks source link

Make the Kryo registration of SignalMessage optional. #149

Closed pstutz closed 10 years ago

pstutz commented 10 years ago

Java serialization is less problematic but slow, give user a choice.

pstutz commented 10 years ago

Decided to go all-in on Kryo serialization and make Kryo registrations convenient instead.