Commits
Click on a commit to change the comparison rangeReplace `RwLock` with boxcar + `AtomicPtr` Replace `boxcar::Vec` with an `AtomicPtr` for memo types
We only garbage collect old types during a revision bump, and so we can replace the fast path with just an atomic load.2 days ago
by ChayimFriedman2 Use `OnceLock` for `MemoEntryType`, instead of hand-rolling it2 days ago
by ChayimFriedman2 Fix Clippy2 days ago
by ChayimFriedman2