Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace toArray(new T[size]) with toArray(new T[0]) #846

Open
re-thc opened this issue Jan 23, 2019 · 0 comments
Open

Replace toArray(new T[size]) with toArray(new T[0]) #846

re-thc opened this issue Jan 23, 2019 · 0 comments

Comments

@re-thc
Copy link
Contributor

re-thc commented Jan 23, 2019

Hi, noticed many occurrences of toArray that could be made faster with a find and replace.

Performance: replace toArray(new T[size]) with toArray(new T[0])

https://shipilev.net/blog/2016/arrays-wisdom-ancients/#_conclusion (also contains benchmarks).

Could provide some simple performance improvements thanks!

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

No branches or pull requests

2 participants