Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Inefficient iteration over linked lists #18

@ThiagoVinicius

Description

@ThiagoVinicius

Some linked list operations, like linked_list_count and linked_list_get are costly. Using them to iterate over lists is very inefficient. This fact extends to operations implemented by means of those, like timers_get, timers_count.

Use of those operations should be avoided where possible, specially on the UI loop, as this wastes precious CPU cycles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions