-
Notifications
You must be signed in to change notification settings - Fork 7
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
process.hrtime.bigint can use v8 Fast API BigInt support #122
Comments
I will do that, should I backport first and then create another PR for changing |
You can do that in the same PR but make sure they are in different commits and the Pr only contains 2 commits |
I did try using Fast API with BigInt support but I didn't see any major improvement:
The current implementation is already well optimized and I don't think it is worth changing it for no good perf improvement. I will close this issue but if anyone here is interested in taking a look, H4ad/node@5971701 |
v8 Fast APIs have support for BigInt as arguments and return values: v8/v8@6584b66
This commit hasn't landed on the node yet but once it lands, the most obvious usage can be on
process.hrtime.bigint
.The text was updated successfully, but these errors were encountered: