Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metamorphic: consolidate key manager per-object structures
This commit merges the `byObj`, `byObjMap` and `bounds` maps into a single map to a consolidated `*objKeyMeta`. We no longer store keys in two structures; we only use a map. We simplify and improve `mergeKeysInto` to use the target map instead of sorting and merging all keys; this should be much faster when the target is the database.
- Loading branch information