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 還沒有評估資料。