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
(My real data is a similar length, but much more complex, and the number of seconds taken to render grows non-linearly with the length of the list of items I feed it. I need to give it thousands of rows, but in practice can only show hundreds unless I use Html.table instead.)
Items | Render time in Ellie, recompiling each time
10000 | 3 seconds
20000 | 10 seconds
30000 | 28 seconds
(Html.table renders 30 000 rows almost instantly in Ellie.)
Expected behavior
Reasonable render times for large numbers of rows.
In this Ellie, you can see a significant difference in render time on lists with about 10 000 integers.
https://ellie-app.com/qP94mX6dBWXa1
(My real data is a similar length, but much more complex, and the number of seconds taken to render grows non-linearly with the length of the list of items I feed it. I need to give it thousands of rows, but in practice can only show hundreds unless I use Html.table instead.)
Items | Render time in Ellie, recompiling each time
10000 | 3 seconds
20000 | 10 seconds
30000 | 28 seconds
(Html.table renders 30 000 rows almost instantly in Ellie.)
Expected behavior
Reasonable render times for large numbers of rows.
Versions
The text was updated successfully, but these errors were encountered: