java,jackson,fastjson,hessian序列化 "单个对象“ 与 "List里头装1000个对象”,性能对比
java,jackson,fastjson,hessian序列化 "单个对象“ 与 "List里面装1000个对象”,性能对比
JavaSerDeImpl serialize single BLOG cost:16778 tps:59601 count:1000000 JavaSerDeImpl serialize blogList.size:1000 cost:12146 tps:823 count:10000 JacksonSerDeImpl serialize single BLOG cost:4976 tps:200964 count:1000000 JacksonSerDeImpl serialize blogList.size:1000 cost:39925 tps:250 count:10000 HessianSerDeImpl serialize single BLOG cost:8098 tps:123487 count:1000000 HessianSerDeImpl serialize blogList.size:1000 cost:13684 tps:730 count:10000 FastJsonSerDeImpl serialize single BLOG cost:3612 tps:276854 count:1000000 FastJsonSerDeImpl serialize blogList.size:1000 cost:44830 tps:223 count:10000