You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: