You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Refactor:
write_chunk_to_disc
method and pass the filestream around to different functions.The text was updated successfully, but these errors were encountered: