0.11.3
The dependency loader now caches information about the jar files it has scanned before.
Subsequent launches in very large packs should result in 5-10 seconds faster startup times. (saw a 8000ms->50ms decrease in the pause time with a local test in a personal test pack)
The stored information is the local filesystem URL of the jar files that did not have any dependency files in them.
Location: $libPath/.depscan_cache
(by default it's .minecraft/falsepattern/.depscan_cache
)