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

Consider a self-sorting binary manifest file #8

Open
sakhmatd opened this issue Jun 21, 2023 · 0 comments
Open

Consider a self-sorting binary manifest file #8

sakhmatd opened this issue Jun 21, 2023 · 0 comments
Assignees
Labels
TODO Something that should be done, maybe a bug that the dev is aware of

Comments

@sakhmatd
Copy link
Owner

Using a binary file containing a structure with the filenames for the manifest would be a good idea for performance.

File I/O is somewhat expensive, plus it is currently performing a basic linear search on the entire file each time.

@sakhmatd sakhmatd added the TODO Something that should be done, maybe a bug that the dev is aware of label Jun 21, 2023
@sakhmatd sakhmatd self-assigned this Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TODO Something that should be done, maybe a bug that the dev is aware of
Projects
None yet
Development

No branches or pull requests

1 participant