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

Fix: only make one call to S3 (instead of 1500) #14

Merged
merged 1 commit into from Apr 27, 2020

Conversation

TrueBrain
Copy link
Member

And to make this all a bit more memory friendly, use generators
where possible. We were copying the same list 4 times, which is
a bit expensive in terms of memory.

And to make this all a bit more memory friendly, use generators
where possible. We were copying the same list 4 times, which is
a bit expensive in terms of memory.
@TrueBrain TrueBrain merged commit cf3d9e9 into OpenTTD:master Apr 27, 2020
@TrueBrain TrueBrain deleted the cache_S3 branch April 27, 2020 22: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.

None yet

2 participants