You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2020. It is now read-only.
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.