ruby / rbs

Type Signature for Ruby
Other
1.94k stars 211 forks source link

Make `FileFinder` faster by globbing all possible files #1965

Closed soutaro closed 1 month ago

soutaro commented 1 month ago

The old implementation that recursively scans folder items is slow especially inside Docker on Mac containers, which is commonly used for devcontainer setups.