Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2
-
None
Description
Kryo is the most efficient serialization method written in java that is widely used. From our benchmark, the unsafe MemoryManagerService based on kryo is 4x faster than that of msgpack. One of the major reason is that kryo can more efficiently check if the class has been registered or not.