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

Implement file cache #682

Closed
wants to merge 1 commit into from
Closed

Implement file cache #682

wants to merge 1 commit into from

Conversation

Roman513
Copy link

@Roman513 Roman513 commented Dec 22, 2024

Write chunks to disk if they have to be cached instead of keeping in memory.

Better to remove blocking cache creation and move it out from manager, but now it is the only way to guarantee that cache file saved before we need it for another file writing task

Write chunks to disk if they have to be cached instead of keeping in memory
Better to remove blocking cache creation and move it out from manager, but now it is the only way to guarantee that cache file saved before we need it for another file writing task
@Roman513 Roman513 marked this pull request as draft December 22, 2024 21:45
@Roman513 Roman513 closed this Dec 22, 2024
@Roman513 Roman513 deleted the file-cache branch December 23, 2024 23:55
@Roman513 Roman513 restored the file-cache branch December 24, 2024 05: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.

1 participant