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
In class KryoSerializer, I see the comments about SerializeUtil with Kryo, which is faster and more space consuming., but when I read this article https://www.shenyanchao.cn/blog/2019/02/13/redis-serializer/, it looks like KryoSerializer is faster and less space consuming.
In class
KryoSerializer
, I see the comments aboutSerializeUtil with Kryo, which is faster and more space consuming.
, but when I read this articlehttps://www.shenyanchao.cn/blog/2019/02/13/redis-serializer/
, it looks likeKryoSerializer
is faster and less space consuming.article reference: https://www.shenyanchao.cn/blog/2019/02/13/redis-serializer/
The text was updated successfully, but these errors were encountered: