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

Flat graph representation in memory #5

Open
AntonReinhard opened this issue Sep 2, 2024 · 0 comments
Open

Flat graph representation in memory #5

AntonReinhard opened this issue Sep 2, 2024 · 0 comments

Comments

@AntonReinhard
Copy link
Member

Currently, the nodes in the DAG data structure use a heap-allocated vector and references. A stack-allocated vector with integer indices into the same vector should improve the memory layout and thereby the speed dramatically.

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

1 participant