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

More efficient implementation of WithRecordingReader #1336

Conversation

plokhotnyuk
Copy link
Contributor

@plokhotnyuk plokhotnyuk commented Feb 23, 2025

Tested with Scala 3 and JDK-21 on Intel® Core™ i7-11800H:

Before

Benchmark                Mode  Cnt        Score       Error  Units
ADTReading.zioJson      thrpt    5  1871649.563 ± 18562.184  ops/s
GeoJSONReading.zioJson  thrpt    5    11643.774 ±   194.967  ops/s

After

Benchmark                Mode  Cnt        Score      Error  Units
ADTReading.zioJson      thrpt    5  1968030.508 ± 9107.342  ops/s
GeoJSONReading.zioJson  thrpt    5    14712.566 ±   43.346  ops/s

@plokhotnyuk plokhotnyuk requested a review from a team as a code owner February 23, 2025 15:33
@plokhotnyuk plokhotnyuk merged commit 4089393 into zio:series/2.x Feb 23, 2025
31 checks passed
@plokhotnyuk plokhotnyuk deleted the more-efficient-decoding-of-java-time-values branch February 23, 2025 18:37
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.

1 participant