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

JPERF-1401: Reuse JsonProvider #159

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

dagguh
Copy link
Member

@dagguh dagguh commented Oct 25, 2023

Avoid scanning the classpath on every JSON value creation.

Repeat the same perf fix as in atlassian/report#97 I apologize for not adding a test for the APIs in this lib. Our team is running out of time.
Dear future reader, if the libs get development time again, I would:

  • import a big action metrics file with lots of drilldown JSONs
  • run parsing and serialization in parallel with concurrency = 4

@dagguh dagguh requested a review from a team as a code owner October 25, 2023 10:58
@dagguh
Copy link
Member Author

dagguh commented Oct 25, 2023

  • CHANGELOG

Avoid scanning the classpath on every JSON value creation.

Repeat the same perf fix as in atlassian/report#97
I apologize for not adding a test for the APIs in this lib.
Our team is running out of time.
Dear future reader, if the libs get development time again, I would:
* import a big action metrics file with lots of drilldown JSONs
* run parsing and serialization in parallel with concurrency = 4
@dagguh dagguh force-pushed the issue/JPERF-1401-reuse-json-provider branch from 2245d1d to 9da6373 Compare October 27, 2023 07:11
@dagguh dagguh enabled auto-merge (rebase) October 27, 2023 07:11
@dagguh dagguh merged commit ade4c93 into master Nov 2, 2023
10 of 11 checks passed
@dagguh dagguh deleted the issue/JPERF-1401-reuse-json-provider branch November 2, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants