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

More solid Implementation #442

Merged
merged 4 commits into from
Aug 2, 2021
Merged

More solid Implementation #442

merged 4 commits into from
Aug 2, 2021

Conversation

petamoriken
Copy link
Owner

@petamoriken petamoriken commented Aug 2, 2021

  • Float16Array.of is not constructor wrapper
  • Float16Array#{values, entries, @@iterator} return iteretor that doesn't have "return" and "throw" methods
  • Float16Array#{map, includes} optimization
  • Float16Array#reduce{, Right} throw TypeError on empty array with no initial value

@petamoriken petamoriken merged commit 2949842 into master Aug 2, 2021
@petamoriken petamoriken deleted the update/solid branch August 2, 2021 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant