Skip to content

v1.4

Choose a tag to compare

@Eeems Eeems released this 13 May 07:47
· 1 commit to main since this release
df818d6

What's Changed

  • Use htree for inode_at, fix inode_at performance by @Eeems in #32

    This results in orders of magnitude faster directory traversal on large directories. On my machine a directory with 12000 items went from ~33s to ~0.19s using a linear read, and much faster with the htree handling.

Full Changelog: v1.3.3...v1.4