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

Event: sync events using generators #687

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

squeaky-pl
Copy link
Contributor

@squeaky-pl squeaky-pl commented Feb 27, 2024

Convert the chain of methods used to sync events into generators. This will help with memory usage as the "upstream" is no longer hoarding them first.

@squeaky-pl squeaky-pl force-pushed the sync-events-generator branch 2 times, most recently from 7ee56d1 to a613217 Compare February 27, 2024 12:56
@squeaky-pl squeaky-pl requested review from wojcikstefan and removed request for wojcikstefan February 27, 2024 13:02
@squeaky-pl
Copy link
Contributor Author

Actually need to take a second look at this.

@evanpenner1
Copy link

evanpenner1 commented Mar 2, 2024

Convert the chain of methods used to sync events into generators. This will help with memory usage as the "upstream" is no longer hoarding them first.
give him bill

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