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

Confusion about the full format directory entry #192

Open
rongliangtang opened this issue Nov 28, 2024 · 3 comments
Open

Confusion about the full format directory entry #192

rongliangtang opened this issue Nov 28, 2024 · 3 comments

Comments

@rongliangtang
Copy link

Why not use a B+ tree to store directory entries?

Have you tried other data structures?

@netheril96
Copy link
Owner

The full format does use a B+ tree.

@rongliangtang
Copy link
Author

Now the full format uses B-tree instead of B+ tree.

@netheril96
Copy link
Owner

Ah, you are correct. But I don’t want to spend the time implementing B+ tree now. It has barely any advantage over existing implementations because the bottleneck of performance is not there.

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

No branches or pull requests

2 participants