JAva,jackson,fastjson,hessianシーケンス化「単一オブジェクト」と「リストに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