Skip to content

Improve loop performance on Android #80

@yilinwei

Description

@yilinwei

Loop performance on Android at the moment is much too slow (~40x too slow).

  • Currently the performance ~O(n) where n is the number of draws
  • Currently creating Map each loop
  • The concurrent GC cycle only kicks in every 3 seconds or so.

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