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
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Plugins currently register their intent to hook into a project through the use of globs:
However, this causes every plugin to traverse the directory tree of the Shanty project over and over again, leading to things being quite slow.
Plugins should share a pre-calculated directory tree which they can glob, avoiding disk access.
The text was updated successfully, but these errors were encountered: