FasterXML / FasterXML/jackson-modules-base
Eliminate `BeanPropertyAccessor` virtual call overhead for Afterburner
未关闭
3.x
afterburner
pr-welcome
- 主要语言
- Java
- 星标
- 180
- 派生
- 80
- 平均合并
- 3 小时 26 分钟
- 30 天内合并 PR
- 1
描述
AfterBurner module use BeanPropertyAccessor as interface to access ASM generated Access4JacksonSerializer.
But there are too many implements of BeanPropertyAccessor, jit can't eliminate the dispatch overhead via inline cache.
Can we generate different class deserializer for different type like fory ([apache/fory: A blazingly fast multi-language serialization framework powered by JIT and zero-copy.](https://github.com/apache/fory))
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。