IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 40 forks source link

Improve Performance #101

Closed kateinoigakukun closed 5 years ago

kateinoigakukun commented 5 years ago

Expanding ** by using expandRecursiveStars is very slow because of its recursive logic. 😭 I changed to use FileManager.enumerator instead of glob to list all IB files and it makes 5x faster in my project.