flat maps/sets

This commit is contained in:
Doug Hoyte
2023-01-29 17:31:28 -05:00
parent 5117485ebf
commit 8d0c9952ab
15 changed files with 42 additions and 31 deletions

View File

@ -71,7 +71,7 @@ void cmd_dict(const std::vector<std::string> &subArgs) {
auto txn = env.txn_ro();
std::map<uint32_t, uint64_t> dicts;
btree_map<uint32_t, uint64_t> dicts;
env.foreach_CompressionDictionary(txn, [&](auto &view){
auto dictId = view.primaryKeyId;