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

perf: try generators for map and filter #113

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

MartinBernstorff
Copy link
Owner

No description provided.

Copy link
Owner Author

MartinBernstorff commented Feb 11, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@MartinBernstorff MartinBernstorff mentioned this pull request Feb 11, 2024
@MartinBernstorff MartinBernstorff force-pushed the perf/try_generators_for_map_and_filter branch from 1c228db to d727ee5 Compare February 11, 2024 14:24
Copy link

codspeed-hq bot commented Feb 11, 2024

CodSpeed Performance Report

Merging #113 will improve performances by 25.98%

Comparing perf/try_generators_for_map_and_filter (cf2adc6) with main (e63b4da)

Summary

⚡ 2 improvements
✅ 19 untouched benchmarks

Benchmarks breakdown

Benchmark main perf/try_generators_for_map_and_filter Change
test_benchmark_iter[filter] 2.8 ms 2.3 ms +23.78%
test_benchmark_iter[map] 2.4 ms 1.9 ms +25.98%

Base automatically changed from feat/add_zip to main February 11, 2024 14:25
@MartinBernstorff MartinBernstorff force-pushed the perf/try_generators_for_map_and_filter branch from e29ee8b to d727ee5 Compare February 12, 2024 09:06
@MartinBernstorff MartinBernstorff force-pushed the perf/try_generators_for_map_and_filter branch from d727ee5 to cf2adc6 Compare February 12, 2024 09:07
Copy link
Owner Author

MartinBernstorff commented Feb 12, 2024

Merge activity

@MartinBernstorff MartinBernstorff merged commit 196a258 into main Feb 12, 2024
5 checks passed
@MartinBernstorff MartinBernstorff deleted the perf/try_generators_for_map_and_filter branch February 12, 2024 09:10
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