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
lazy_static! may be causing a performance hit at the startup. It can be replaced with other alternatives like OnceCell and LazyLock if they solve issues lazy_lock! introduces.
Research if lazy_lock! is OK and causes performance issues
Proposal Description
lazy_static!
may be causing a performance hit at the startup. It can be replaced with other alternatives likeOnceCell
andLazyLock
if they solve issueslazy_lock!
introduces.lazy_lock!
is OK and causes performance issuesUseful links:
The text was updated successfully, but these errors were encountered: