Open maximecaron opened 7 years ago
when storing a simple struct struct Val { public: uint64_t key; }; And inserting 10000000 items I see 64 bytes overhead, each entry take 72 bytes on average. Is this expected?
when storing a simple struct struct Val { public: uint64_t key; }; And inserting 10000000 items I see 64 bytes overhead, each entry take 72 bytes on average. Is this expected?