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
Previously, the compilation of the regular expression used to convert the library name to the release archive root folder
and file name was done inside the function, which caused it to be compiled redundantly for every subsequent call. Moving
it to the package scope improves the function's efficiency.
0 commit comments