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

Reduced memory usage of EventList.from_lc() #756

Conversation

pupperemeritus
Copy link
Contributor

Reduced memory usage of from_lc method of EventList by changing list comprehension to a generator comprehension expression

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #756 (a656604) into main (34665e2) will increase coverage by 0.00%.
Report is 10 commits behind head on main.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #756   +/-   ##
=======================================
  Coverage   89.72%   89.72%           
=======================================
  Files          42       42           
  Lines        7929     7932    +3     
=======================================
+ Hits         7114     7117    +3     
  Misses        815      815           
Files Changed Coverage Δ
stingray/events.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@matteobachetti matteobachetti added this pull request to the merge queue Sep 18, 2023
Merged via the queue into StingraySoftware:main with commit c6e71d5 Sep 18, 2023
13 of 15 checks passed
@pupperemeritus pupperemeritus deleted the EventListMemoryOptimization branch February 12, 2024 13:52
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.

2 participants