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
Regex stores a `Program` instance, which lazily lowers the DSLTree
into a compiled program. In unprotected, this lazy compilation is
under concurrency. This change uses UnsafeAtomicLazyReference
from `swift-atomics` as storage for the lowered program, which
makes storing the compiled program an atomic operation.
0 commit comments