Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve loop performance on Android #80

Open
yilinwei opened this issue Sep 20, 2016 · 0 comments
Open

Improve loop performance on Android #80

yilinwei opened this issue Sep 20, 2016 · 0 comments

Comments

@yilinwei
Copy link
Member

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant