You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `nameCache` for rule names wasn't actually ever storing any rule names, so the cache hit rate was pretty low. Now rule names are stored in the cache and the hit rate is much better.
I tested this by formatting the swift-protobuf library.
- Before: average 56.7 seconds
- After: average 24.3 seconds
0 commit comments