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

[Skeletal Model] Stop allocating in solver #73

Open
TheButlah opened this issue Nov 27, 2022 · 0 comments
Open

[Skeletal Model] Stop allocating in solver #73

TheButlah opened this issue Nov 27, 2022 · 0 comments
Labels
Area: Skeletal Model Relating to the skeletal model subproject

Comments

@TheButlah
Copy link
Collaborator

TheButlah commented Nov 27, 2022

We are allocating here, here and here.

We should be reusing the capacity of these data structures rather than dropping and reallocating them every time we solve. I was too tired to implement this initially, but eventually we should do it.

@TheButlah TheButlah added the Area: Skeletal Model Relating to the skeletal model subproject label Nov 27, 2022
@TheButlah TheButlah changed the title Stop allocating in skeletal solver. [Skeletal Model] Stop allocating solver. Nov 27, 2022
@TheButlah TheButlah changed the title [Skeletal Model] Stop allocating solver. [Skeletal Model] Stop allocating in solver Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Skeletal Model Relating to the skeletal model subproject
Projects
None yet
Development

No branches or pull requests

1 participant