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

Analysis of Bump Allocator Performance #243

Open
CeleritasCelery opened this issue Mar 28, 2024 · 3 comments
Open

Analysis of Bump Allocator Performance #243

CeleritasCelery opened this issue Mar 28, 2024 · 3 comments

Comments

@CeleritasCelery
Copy link

As part of the work I was doing on minimum alignment, I wrote a blog post analyzing bump allocator performance. I wanted to share that here to see if you had any insights or feedback since this is the most popular Rust bump allocation crate.

@CeleritasCelery CeleritasCelery changed the title Analysis of Bump direction Analysis of Bump Allocator Performance Mar 28, 2024
@fitzgen
Copy link
Owner

fitzgen commented Mar 28, 2024

Thanks for writing that up and sharing, I did actually see that post late last night on r/rust, but I haven't had a chance to do more than skim it thus far. I'm a bit swamped at the moment, so I probably won't be able to get to do a more in-depth analysis for a week or so. But again I appreciate you sharing it!

@VorpalBlade
Copy link

I'm curious as to the result of this (it has been far more than a week). Is it likely this might lead to changes in bumpalo in the future?

@fitzgen
Copy link
Owner

fitzgen commented Aug 1, 2024

Yes, I have some changes, including some perf improvements, in a branch but it isn't ready for merging yet and I haven't had time to clean things up yet.

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

3 participants