#30 linked lists, linked lists, everywhere!

Open
opened 2 years ago by ChipMaster · 0 comments

Most all dynamicly allocated sets of data are stuffed in linked lists where the most recently allocated is at the head. These should be replaced with more performant data structures: hashes, red-black trees, static arrays, ...

I’ll mention file #s in its own issue.

Most all dynamicly allocated sets of data are stuffed in linked lists where the most recently allocated is at the head. These should be replaced with more performant data structures: hashes, red-black trees, static arrays, ... I'll mention file #s in its own issue.
ChipMaster added the
optimization
label 2 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.