Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider performance improvements for Date/Time parsing #156

Open
cowtowncoder opened this issue Nov 6, 2019 · 2 comments
Open

Consider performance improvements for Date/Time parsing #156

cowtowncoder opened this issue Nov 6, 2019 · 2 comments
Labels
good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project

Comments

@cowtowncoder
Copy link
Member

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?).

@plokhotnyuk
Copy link

Simple but yet efficient implementations of .parse and .toString for java.time.* classes are here.

@cowtowncoder cowtowncoder added the good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project label Jun 26, 2021
@fbacchella
Copy link

The library https://axibase.com/docs/atsd/shared/time-pattern.html#date-and-time-patterns is quite fast too. But I don’t know if the company behind it is still alive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project
Projects
None yet
Development

No branches or pull requests

3 participants