FasterXML / FasterXML/jackson-modules-java8
Consider performance improvements for Date/Time parsing
未关闭
good first issue
pr-welcome
- 主要语言
- Java
- 星标
- 425
- 派生
- 124
- PR 合并指标
- 30 天内没有已合并 PR
描述
Jsoniter project (https://github.com/plokhotnyuk/jsoniter-scala) has many impressive performance optimizations; linked f.ex from here:
https://www.reddit.com/r/java/comments/darehu/jackson_release_210/f1ysf1e/
and ones relevant to this repo have to with Java 8 date/time type decoding.
It would be great to investigate if some of the techniques could be used here: handling of Date/Time values is notoriously CPU intensive (although not necessarily low-level encoding/decoding?).
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。