We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57efb50 commit a6afa1eCopy full SHA for a6afa1e
src/core/alex.h
@@ -215,6 +215,7 @@ class Alex {
215
data_node_type(key_less_, allocator_);
216
empty_data_node->bulk_load(nullptr, 0);
217
root_node_ = empty_data_node;
218
+ stats_.num_data_nodes++;
219
create_superroot();
220
}
221
@@ -225,6 +226,7 @@ class Alex {
225
226
227
228
229
230
231
232
@@ -234,6 +236,7 @@ class Alex {
234
236
235
237
238
239
240
241
242
0 commit comments