Skip to content
New issue

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

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

Already on GitHub? # to your account

Perf: Use true primitive types in AtomicObject #754

Closed
wants to merge 1 commit into from
Closed

Perf: Use true primitive types in AtomicObject #754

wants to merge 1 commit into from

Conversation

amcasey
Copy link
Contributor

@amcasey amcasey commented Feb 18, 2021

TypeScript will compare types to Boolean/Number/String structurally, but has special cases for boolean/number/string. In local testing of a crazy edge case, this cut check time in half.

TypeScript will compare types to Boolean/Number/String structurally, but has special cases for boolean/number/string.  In local testing of a crazy edge case, this cut check time in half.
@amcasey
Copy link
Contributor Author

amcasey commented Feb 18, 2021

I bet I was supposed to fill out a PR template, but GH didn't present one when using the temp-fork workflow. Please let me know if there's info you require.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant