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: cache session snapshot extension discovery #542

Merged
merged 1 commit into from
Aug 20, 2021
Merged

Conversation

noahnu
Copy link
Collaborator

@noahnu noahnu commented Aug 20, 2021

Originally tried memoizing the discover_snapshot method itself, but the time spent seems to be the loop and dict merging rather than the IO

Related: #539

@codecov
Copy link

codecov bot commented Aug 20, 2021

Codecov Report

Merging #542 (238885c) into master (c01eb54) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #542   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          19       19           
  Lines        1120     1127    +7     
=======================================
+ Hits         1119     1126    +7     
  Misses          1        1           

@noahnu noahnu merged commit 10cfc90 into master Aug 20, 2021
@noahnu noahnu deleted the perf/539_1 branch August 20, 2021 01:04
tophat-opensource-bot pushed a commit that referenced this pull request Aug 20, 2021
## [1.4.3](v1.4.2...v1.4.3) (2021-08-20)

### Performance Improvements

* cache session snapshot extension discovery ([#542](#542)) ([10cfc90](10cfc90))
@tophat-opensource-bot
Copy link
Collaborator

🎉 This PR is included in version 1.4.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants