Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

no 'chunking' when using an Object as an Array #18

Closed
weinand opened this issue Dec 2, 2015 · 1 comment
Closed

no 'chunking' when using an Object as an Array #18

weinand opened this issue Dec 2, 2015 · 1 comment
Assignees
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Dec 2, 2015

When running the snippet below then there is no chunking of the value and you get a 'large data structure' timeout.

var t = {};
for (var i = 0; i < 10000; i++) {
t[i] = i;
}

@weinand
Copy link
Contributor Author

weinand commented Nov 20, 2017

Closing because we are not planning to implement this within the next 12 months.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant