-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Performance can be improved by dynamically allocating a rather big block/amount of sectors while a file is being written to.
Once the file is fully written, the spare sectors can be deallocated.
This is similar to ArrayLists, in most cases without the disadvantage of wasting memory.
Also, the sectors can be of dynamic size by storing a pointer to the next sector directly next to the data.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request