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

Memoize conda_build.metadata._filter_recipe_text #5279

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Apr 12, 2024

Description

Memoizes conda_build.metadata._filter_recipe_text to avoid expensive re-parsing.

Split from:

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Apr 12, 2024
Copy link

codspeed-hq bot commented Apr 12, 2024

CodSpeed Performance Report

Merging #5279 will improve performances by 12.37%

Comparing kenodegard:memoize-_filter_recipe_text (b63bdea) with main (6982cbd)

Summary

⚡ 1 improvements
✅ 2 untouched benchmarks

Benchmarks breakdown

Benchmark main kenodegard:memoize-_filter_recipe_text Change
test_pin_subpackage_benchmark 118.7 s 105.6 s +12.37%

@kenodegard kenodegard marked this pull request as ready for review April 12, 2024 20:27
@kenodegard kenodegard requested a review from a team as a code owner April 12, 2024 20:27
@kenodegard kenodegard merged commit e7bc71c into conda:main Apr 17, 2024
30 checks passed
@kenodegard kenodegard deleted the memoize-_filter_recipe_text branch April 17, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants