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
Write or use a js/ts program with an array/buffer/map/set with more than 10000 items and verify:
data structures with a large number of children are displayed in multi level chunks (these chunks are displayed collapsed and the children are fetched lazily on expand). For example, an array of 100000 elements will first split all the elements in chunks of 10000 and then those chunks will be split in chunks of a 100. More details: Variable paging still faces performance issues #9774
Array, Buffer, Map, and Set also display programmatically added named properties.
The text was updated successfully, but these errors were encountered:
Test for #9537:
Complexity: 2
Write or use a js/ts program with an array/buffer/map/set with more than 10000 items and verify:
The text was updated successfully, but these errors were encountered: