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

Chunk Optimizations #8440

Merged
merged 10 commits into from Sep 26, 2023
Merged

Chunk Optimizations #8440

merged 10 commits into from Sep 26, 2023

Conversation

adamgfraser
Copy link
Contributor

@adamgfraser adamgfraser commented Sep 21, 2023

Filter

Before

[info] Benchmark                                (size)  Mode  Cnt      Score     Error  Units
[info] MixedChunkBenchmarks.filterMaterialized    1000  avgt    5   1288.373 ±   2.508  ns/op

After

[info] Benchmark                                (size)  Mode  Cnt      Score     Error  Units
[info] MixedChunkBenchmarks.filterMaterialized    1000  avgt    5    708.808 ±  10.336  ns/op

Map

Before

[info] Benchmark                                (size)  Mode  Cnt      Score      Error  Units
[info] MixedChunkBenchmarks.mapMaterialized       1000  avgt    5   4423.072 ±  124.469  ns/op

After

[info] Benchmark                                (size)  Mode  Cnt      Score      Error  Units
[info] MixedChunkBenchmarks.mapMaterialized       1000  avgt    5   1787.129 ±   13.842  ns/op

@adamgfraser adamgfraser merged commit f55648b into zio:series/2.x Sep 26, 2023
20 checks passed
@adamgfraser adamgfraser deleted the chunk branch September 27, 2023 19:56
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.

None yet

2 participants