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

Replace sequential lists with better data structures (hash lists, B-trees etc) #28

Open
jjobi opened this issue Feb 10, 2017 · 0 comments

Comments

@jjobi
Copy link
Contributor

jjobi commented Feb 10, 2017

Currently, many things in LCFS are tracked using sequential lists (layers, files in small directories, dirty pages of a small file, extent map of a fragmented file, allocated extent map of layers, free extent map of the file system, extended attributes, hardlinks in a layer etc.). Switch to better data structures for these for better performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant