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

Speedup optimizers by using pool/stack allocators #39

Open
mofeing opened this issue Oct 25, 2023 · 0 comments
Open

Speedup optimizers by using pool/stack allocators #39

mofeing opened this issue Oct 25, 2023 · 0 comments
Labels
performance Makes the code go "brrrr"

Comments

@mofeing
Copy link
Member

mofeing commented Oct 25, 2023

Currently, there is a speed bottleneck on allocating many small sized objects when running an optimizer (specially, the Exhaustive). If we use some pool or stack allocator, the overhead would be amortized and these allocations would be free to perform.

@mofeing mofeing added the performance Makes the code go "brrrr" label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Makes the code go "brrrr"
Projects
None yet
Development

No branches or pull requests

1 participant