Skip to content

Conversation

@kingdevil731
Copy link

Issue

The keys(data[0]) operation is performed for each item in the data array. This is inefficient, as the keys are the same for all items

Resolution

Perform this operation once and reuse the result.

The keys(data[0]) operation is performed for each item in the data array. This is inefficient, as the keys are the same for all items. It is better to perform this operation once and reuse the result.
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

Successfully merging this pull request may close these issues.

1 participant