Change entry representation to reduce number of entries

This commit is contained in:
2024-05-01 12:40:26 -07:00
parent 0e0c225c52
commit a14f208c39
2 changed files with 21 additions and 16 deletions

View File

@@ -141,7 +141,7 @@ struct VersionedMap {
/** Map starts with no mutations, with `getOldestVersion()` == `getVersion()`
* == `version`. */
VersionedMap(int64_t version);
explicit VersionedMap(int64_t version);
~VersionedMap();