Skip to content

Instantly share code, notes, and snippets.

@evgenyfedorenko
Last active July 30, 2019 18:57
Show Gist options
  • Save evgenyfedorenko/90d49a3e4321c08d820167706000bd93 to your computer and use it in GitHub Desktop.
Save evgenyfedorenko/90d49a3e4321c08d820167706000bd93 to your computer and use it in GitHub Desktop.
CPU type/Number of rows 1 5 10
Optimal CPU 11ms 40ms 37ms
6x CPU slowdown 81ms 160ms 201ms
Optimal CPU (change detection optimizations) 17ms 18ms 22ms
6x CPU Slowdown (change detection optimizations) 83ms 99ms 103ms
Optimal CPU (cd optimizations and list modification) 13ms 14ms 18ms
6x CPU Slowdown (cd optimizations and list modification) 83ms 83ms 85ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment