apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.65k stars 599 forks source link

Bumped Kryo to 5.4.0 #3870

Closed nicknezis closed 1 year ago

nicknezis commented 1 year ago

https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.4.0

This is a maintenance Kryo release coming with bug fixes and performance improvements.

The most notable change is performance improvements for record serialization (https://github.com/EsotericSoftware/kryo/pull/927) by caching access to components, getters and constructors. The new implementation is roughly 20x faster.

Several PRs improve Kryo's compatibility with JDK 17+