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

64 bit integers #10

Closed
ronag opened this issue Nov 14, 2022 · 2 comments
Closed

64 bit integers #10

ronag opened this issue Nov 14, 2022 · 2 comments
Labels
benchmark-needed Add to issues that does not have a benchmark performance-agenda

Comments

@ronag
Copy link
Member

ronag commented Nov 14, 2022

Possibly another V8 issue. Currently we only have BigInt to represent 64 bit integers which is a slow heap based implementation

@anonrig
Copy link
Member

anonrig commented Nov 17, 2022

Can you provide more context: ideally, a benchmark to measure and analyze the performance degradation)?

@anonrig anonrig added the benchmark-needed Add to issues that does not have a benchmark label Nov 17, 2022
@tniessen
Copy link
Member

I don't think there is much we can or should do here other than let TC39 / V8 figure it out, either by optimizing bigint or by adding language primitives.

@anonrig anonrig closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark-needed Add to issues that does not have a benchmark performance-agenda
Projects
None yet
Development

No branches or pull requests

3 participants