AustinWise / smeagol

A simple wiki
https://smeagol.dev/
MIT License
27 stars 5 forks source link

Consider using Tree.walk() to index files at startup #39

Open AustinWise opened 2 years ago

AustinWise commented 2 years ago

Presumably Tree.walk would be faster than the current method, which traverses from the root to every directory.