Jump to content

Talk:HTree

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by TimSwast (talk | contribs) at 21:42, 2 July 2013 (Thoughts on describing the data structure?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WikiProject iconComputer science Unassessed
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Things you can help WikiProject Computer science with:

WikiProject iconLinux Stub‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Linux, a collaborative effort to improve the coverage of Linux on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.

Details on the actual datastructures

It would be very nice if this article went into details about the data structures. It looks like Intel has a nice guide. Perhaps it could be used as reference? --TimSwast (talk) 21:42, 2 July 2013 (UTC)[reply]

Htree in ext2

The article says Htree indexes were originally implemented for ext2 but the patch never made it to the official branch. I've been using Htree indexes in ext2 for quite a few years (with only the ext2 module loaded in memory), so apparently some patch ultimately made it to the official branch, since I use vanilla Linux kernel sources. I'm having trouble finding authoritative sources about that however. Can we cite the kernel sources here? :) --Din Ycae (talk) 08:01, 11 January 2011 (UTC)[reply]

Never mind, I was wrong. The filesystem can be created by the ext2 tools with the proper bits in place (namely, the possibility of using Htree for directories), but the ext2 code makes no use of the feature. --Din Ycae (talk) 11:09, 11 January 2011 (UTC)[reply]