Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

fix: improving to-array - #29

Open
Farenheith wants to merge 1 commit into
masterfrom
improving-to-array
Open

fix: improving to-array#29
Farenheith wants to merge 1 commit into
masterfrom
improving-to-array

Conversation

@Farenheith

Copy link
Copy Markdown
Member

After benchmarking different ways of implementing
to-array, we chose to use for of + push, as it has shown the best performance for the cases this library is focused on

After benchmarking different ways of implementing
to-array, we chose to use for of + push, as it has
shown the best performance for the cases this library
is focused on
@sonarqubecloud

Copy link
Copy Markdown

@Farenheith
Farenheith force-pushed the master branch 2 times, most recently from b3c3ec1 to d7fb48b Compare August 16, 2026 10:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant