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

Allow arbitrary mount points in MountFileSystem #11

Merged
merged 1 commit into from
Dec 23, 2017

Conversation

Rohansi
Copy link
Contributor

@Rohansi Rohansi commented Dec 22, 2017

For #8.

Allows mounts to be placed at any path except root. I store the mounts in a SortedList but performance could be improved by using a trie structure later.

@xoofx xoofx merged commit 7781b4a into xoofx:master Dec 23, 2017
@xoofx
Copy link
Owner

xoofx commented Dec 23, 2017

Thanks! Yep, we can improve the mounts search later.

@Rohansi Rohansi deleted the arbitrary-mount branch January 11, 2018 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants