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

[StorageManager] Refactor: Filehandling - single mapping and single file stream #110

Open
2 tasks
phoeinx opened this issue Feb 21, 2023 · 0 comments
Open
2 tasks

Comments

@phoeinx
Copy link
Collaborator

phoeinx commented Feb 21, 2023

Refactor:

  • only use one map instead of one map per function call (currently each function e.g. to read the header gets passed a filedescriptor and creates a completely new mapping based on that).
  • only use one filestream created locally in the write_chunk_to_disc method and pass the filestream around to different functions.
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