This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
|
if (this.repo && this.repo.isPathIgnored(relativePath)) { |
Disabling the line included above causes the searching of paths to go from 6000-7000ms to 2000-3000ms.
I am benchmarking by opening this project and the Linux Kernel in Atom. Although the Linux Kernel is an extreme case when considering #88 every improvement to path searching counts.
A proof of concept implementation with scandal seems to be able to drop the initial scanning time to 5000-6000ms and then 3000-4000ms for future searches.