测试软件版本

dubbo:2.7.9

jdk:zulu11

smartbuf:1.0.1

dubbo序列化/反序列化框架smartbuf基准测试

 

其中pageHelper分页方法返回的是ImmutableMap对象

 smartbuf依赖如下

<dependency>
   <groupId>com.github.smartbuf</groupId>
   <artifactId>smartbuf-dubbo</artifactId>
</dependency>

 

测试过程中,顺带测试了protostuff报错、protobuff报错不能用

 

1、smartbuf对jdk11支持的比较好,以及google第三方工具都有很好的支持

2、smartbuf支持枚举类型,网上说kypo不支持枚举

3、推荐使用smartbuf

 

相关文章:

  • 2022-02-13
  • 2021-06-11
  • 2022-12-23
  • 2021-12-25
  • 2021-05-24
  • 2021-07-29
猜你喜欢
  • 2021-11-28
  • 2022-01-01
  • 2021-05-24
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
相关资源
相似解决方案