Skip to content

Profile and optimize tree insertion #23

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

Closed
hdeshev opened this issue Nov 26, 2015 · 1 comment
Closed

Profile and optimize tree insertion #23

hdeshev opened this issue Nov 26, 2015 · 1 comment
Milestone

Comments

@hdeshev
Copy link
Contributor

hdeshev commented Nov 26, 2015

We can probably do better at inserting visual elements. The goal is to see if we can get somewhat closer to the browser performance.

@hdeshev hdeshev added this to the Fe milestone Nov 26, 2015
@0cv
Copy link

0cv commented Dec 12, 2015

It may be related with the issue you reported - but I indeed noticed "relatively" slow performance by doing something relatively simple. I just took the todo sample application (https://github.com/NativeScript/sample-ng-todomvc) and displayed through a for loop 100 items (instead of 2). Then, once the application is loaded, I tried to delete one of the first item, and somehow, when looking at the logs, it redraws entirely the whole list and it blocks the UI for 3 to 5 seconds (not on an emulator but on my galaxy s4). On the opposite, deleting one of the last items (bottom) of the list, it redraws almost instantly.

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

2 participants