哈希索引目录

发布于 2024-10-15 02:15:06 字数 93 浏览 0 评论 0原文

当我对各种文件系统感到好奇时,我正在浏览 minix 文件系统。在阅读 ext2 支持的功能时,我发现哈希索引目录就是其中之一。

有人可以告诉我这是什么吗?

I was just going through the minix filesystem when I got curious about the various filesystems out there. On reading about the features that are supported by ext2 I saw that hash indexed directories is one among them.

Could someone enlighten me on as to what this is?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里的微风 2024-10-22 02:15:06

有关 Ext2/3 Htree 目录索引的详细信息,请参阅下面的链接:

http:// /ext2.sourceforge.net/2005-ols/paper-html/node3.html

基本上,文件系统使用哈希树来存储目录条目,而不是线性列表。这会显着提高目录查找操作的性能。

See the link below for details on Ext2/3 Htree directory indexing:

http://ext2.sourceforge.net/2005-ols/paper-html/node3.html

Basically the filesystem uses a hash tree to store directory entries, rather than a linear list. That results in a siginificant performance improvement in directory lookup operations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文