You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: