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

DiscreteTrajectory should use a vector, not a map #2570

Closed
pleroy opened this issue May 15, 2020 · 0 comments
Closed

DiscreteTrajectory should use a vector, not a map #2570

pleroy opened this issue May 15, 2020 · 0 comments
Labels

Comments

@pleroy
Copy link
Member

pleroy commented May 15, 2020

We burn a lot of heap with map nodes, and that heap is very fragmented. This is not trivial though because iterators are not invalidated in the same way for a vector and for a map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant