Skip to content

Implementation via arrays instead of linked lists. #2

@malino24

Description

@malino24

Linked lists have caching issues because they are spread across entire memory so it may be worth to convert it to use a List<T> instead of LinkedList<T>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions