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

bump allocator with Sync and lock-free #59

Open
liuq19 opened this issue Jan 17, 2024 · 2 comments
Open

bump allocator with Sync and lock-free #59

liuq19 opened this issue Jan 17, 2024 · 2 comments
Labels
E-easy This is easy.

Comments

@liuq19
Copy link
Collaborator

liuq19 commented Jan 17, 2024

No description provided.

@liuq19 liuq19 added the E-easy This is easy. label Jan 17, 2024
@eloff
Copy link

eloff commented Feb 24, 2024

I have a lock-free arena allocator for Rust, it uses mmap/VirtualAlloc directly, but it wouldn't be hard to modify it to use std::alloc instead. I'd be happy to contribute that code if it interests you (you can use it as a guide if nothing else.)

@liuq19
Copy link
Collaborator Author

liuq19 commented Sep 19, 2024

Thanks a lot, that is interesting, the allocator is open-source? could you share the crate?

But, the code is changing and we will not need it sonic-rs 0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy This is easy.
Development

No branches or pull requests

2 participants