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

Added optional support for mem_dbg crate #243

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LucaCappelletti94
Copy link

As per the title, I have added optional support for the mem_dbg crate, a rust library to estimate accurately and quickly the size of objects. The reason I needed to put it here on Hasher objects and the likes is that several libraries that I am benchmarking use this library and have the structs from this library within their structs.

By adding this derive, it becomes trivial to measure accurately their memory requirements.

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

Successfully merging this pull request may close these issues.

1 participant