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

Handle archives with temporary files instead of serving them from memory #5

Open
theobisproject opened this issue Sep 23, 2022 · 0 comments

Comments

@theobisproject
Copy link
Contributor

I'd like to have feedback on this since the description mentions the goal of not having temporary files with the project.

When handling archives in the 2 digit gigabyte category the amount of RAM needed to serve those files is not what we have available in our application. Also there are some compression formats (bzip, gz) which do not allow random access and therefore we would need to either cache the content of those files or reextract them every time.

I would propose to add a user definable property when creating the filesystem where the user can configure the wanted behaviour (in memory or temporary file).

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

No branches or pull requests

1 participant