Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory usage #3

Open
maximecaron opened this issue Oct 17, 2017 · 0 comments
Open

Memory usage #3

maximecaron opened this issue Oct 17, 2017 · 0 comments

Comments

@maximecaron
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant