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 was archived by the owner on Apr 7, 2026. It is now read-only.
Maybe a "2.0" API change. The idea is to index the toplevel of each libraries loadpath rather then just the library itself. In other words there would be a third index file that listed, in the the case of facets:
This could then be used to quickly match require/load paths, reducing the number of locations that need to be searched even for a traditional full-loadpath fallback search (currently the slowest part of the system).
Maybe a "2.0" API change. The idea is to index the toplevel of each libraries loadpath rather then just the library itself. In other words there would be a third index file that listed, in the the case of facets:
This could then be used to quickly match require/load paths, reducing the number of locations that need to be searched even for a traditional full-loadpath fallback search (currently the slowest part of the system).