subzero icon indicating copy to clipboard operation
subzero copied to clipboard

How to inject fast-serialization : https://github.com/RuedigerMoeller/fast-serialization

Open bmistry13 opened this issue 4 years ago • 1 comments

Hi All,

First of all, I am new to Hazel Cast and SubZero Configuration. I would like to compare configured or inject FST serialization into SubZero. Then I would like to compare speed of kryo vs FST and use most FAST serialization/deserialization. Can you please give me a suggestion on how one might one would do this? Basically, I wanted to plug-in into GlobalKryoStrategy. If you give me some hints, I can implement a pluggable interface where kryo vs FST can be used.

Any help is greatly appreciated.

Thanks,

Bhavesh

bmistry13 avatar Mar 31 '20 01:03 bmistry13

hi @bmistry13

currently subzero supports Kryo only. The original idea was to support multiple strategies, but later I figured out it would be too confusing and simplicity for end-users is important for me.

I know about the fast-serialization project. Perhaps it would be worth starting a new integration with Hazelcast.

jerrinot avatar Jul 14 '20 21:07 jerrinot