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

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.

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.

None yet

1 participant