Use int indexed flat vectors for DAG implementation #3

Open
opened 2024-03-14 17:12:26 +01:00 by rubydragon · 0 comments
Owner

Currently, the nodes in the DAG data structure use a heap-allocated vector. A stack-allocated vector would have some advantages, so use these instead.

Currently, the nodes in the DAG data structure use a heap-allocated vector. A stack-allocated vector would have some advantages, so use these instead.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rubydragon/metagraphoptimization.jl#3
No description provided.