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
Collapse DatabaseIndexSnapshotCache.documents into a single layer map (#36974)
OrdMap likes to clone its contents and if those contents are a BTreeMap,
then that cloning can get expensive.
`OrdMap<K, OrdMap>` would also work, but in this case we can use slightly
cleverer ranges and collapse into a single layer of map.
GitOrigin-RevId: a44d57bdb707dba3bb04e81745e99bef4fc70b3e
0 commit comments