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

Implement MallocSizeOf for thin-vec #68

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nicoburns
Copy link

Now that malloc_size_of is published to crates.io we are moving the trait implementations of MallocSizeOf and related traits into the crates that define the types. This will avoid the situation where depending on malloc_size_of pulls in a large number of dependencies, and is needed for ongoing use of this crate by the Servo and Gecko projects.

This PR adds the implementation of MallocSizeOf to the thin-vec crate.

@nicoburns
Copy link
Author

@Gankra I noticed #67, and just wanted to say that Servo still depends heavily on this crate, and the Servo organisation still would be happy to take over maintenance this crate if you no longer have time to maintain it.

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