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

First class heap allocations from different threads #925

Open
robertblaketaylor opened this issue Aug 16, 2024 · 1 comment
Open

First class heap allocations from different threads #925

robertblaketaylor opened this issue Aug 16, 2024 · 1 comment

Comments

@robertblaketaylor
Copy link

I was interested in using the direct heap functions for tracking heaps directly in our codebase, but see the caveat that:

but can only allocate from the same thread that created it.

Do you have any plans on removing this restriction?

@daanx
Copy link
Collaborator

daanx commented Aug 22, 2024

Yes, I am planning to add this but it is not entirely trivial to do in a performant way. Currently working on improving behavior with many threads being created/terminated and blocked threads but I hopefully get to fc heaps after that.

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

2 participants