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

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

@weinand

Description

@weinand

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;
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions