Skip to content

Improve performance with intelligent allocations #6

@Ceiridge

Description

@Ceiridge

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions