redis-cache icon indicating copy to clipboard operation
redis-cache copied to clipboard

KryoSerializer is more space consuming than JDKSerializer?

Open a1364533187 opened this issue 3 years ago • 0 comments

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.

se article reference: https://www.shenyanchao.cn/blog/2019/02/13/redis-serializer/

a1364533187 avatar Apr 21 '21 09:04 a1364533187