Use btree_map instead of sparsepp

This commit is contained in:
Vitaliy Filippov
2020-03-04 17:12:27 +03:00
parent 8e63995306
commit b27ad550cf
5 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class journal_flusher_co
std::function<void(ring_data_t*)> simple_callback_r, simple_callback_w;
bool skip_copy, has_delete, has_empty;
spp::sparse_hash_map<object_id, clean_entry>::iterator clean_it;
blockstore_clean_db_t::iterator clean_it;
std::vector<copy_buffer_t> v;
std::vector<copy_buffer_t>::iterator it;
int copy_count;