Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Replace subsystems linked list #106

Closed
qdeslandes opened this issue Dec 8, 2017 · 0 comments
Closed

Replace subsystems linked list #106

qdeslandes opened this issue Dec 8, 2017 · 0 comments
Projects

Comments

@qdeslandes
Copy link
Owner

The subsystems linked list is not the best way to manage the subsystems as it triggers cache misses when the library try to retrieve a subsystem. Using a plain array would be better, but we have to keep the subsystems hierarchy intact.

Issue #42 would work on the same parts of the code.

@qdeslandes qdeslandes added this to TODO in yall via automation Dec 8, 2017
yall automation moved this from TODO to Done Mar 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
yall
  
Done
Development

No branches or pull requests

1 participant