v1.4
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