跳到主要内容

Fury 0.4.0 发布

· 阅读需 3 分钟
杨朝坤
信息

该版本发布于 Fury 进入 Apache 孵化器之前,因此属于非 ASF 发布。

我很高兴宣布 Fury 0.4.0 版本发布。该版本新增 GraalVM native image 支持,并提供基于编译期反射的 C++ 行式格式自动编码器。欢迎试用并反馈。

作者:chaokunyang

我很高兴宣布 Fury 0.4.0 版本发布。该版本新增 GraalVM native image 支持,并提供基于编译期反射的 C++ 行式格式自动编码器。欢迎试用并反馈。

亮点

  • [Java] Support Graalvm native image. The implementation will generate all serialization code at image build time, the runtime will be extremely fast, see fury graalvm usage doc
  • [Java] Fury vs JDK benchmark on Graalvm native image
  • [Scala] Serialization support for package scoped object
  • [C++] Reflection support by macro/template programing
  • [C++] Automatic row format encoder

变更列表

完整更新日志https://github.com/alipay/fury/compare/v0.3.1...v0.4.0