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
Currently, we always read source files in formatter even when we hit the cache. With a hacky change, not reading source files is 10% faster with a hot cache. The task is to refactor the formatter result types so that we don't read the source files if we hit the cache and don't need them.
The text was updated successfully, but these errors were encountered:
Currently, we always read source files in formatter even when we hit the cache. With a hacky change, not reading source files is 10% faster with a hot cache. The task is to refactor the formatter result types so that we don't read the source files if we hit the cache and don't need them.
The text was updated successfully, but these errors were encountered: