Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ls: compute relparts once for every dir
Cuts down `dvc ls . data/mnist/dataset --recursive` for me from ~25 to ~12 seconds. `relparts` is an expensive operation as it calls `relpath` that calls `abspath`, so we want to avoid calling it as much as possible.
- Loading branch information