Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
kbolino
13y ago
0 comments
Save
Share
For what it's worth, most modern file systems (JFS, XFS, ext4, reiserfs, btrfs, ...) have logarithmic (or better) directory lookup times. This is achieved using hashes and b-trees (or even hash tables).
0 comments
1 comments · 1 top-level
top
newest
oldest
lubutu
13y ago
Fair point. Though anything using the standard POSIX dirent API would still get the performance hit (even if path resolution doesn't).
j
/
k
navigate · click thread line to collapse