We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v23.0.0-pre
not use
windows
Other
How to Enable Fast API Calls in Embedded Development I've tracked the function calls, but they always invoke the slow version.
I've also tracked some system built-in APIs with Fast API Calls, such as process.hrtime.bigint, but it also always calls the slow version.
I have also set the option --turbo-fast-api-calls, but it has no effect.
No response
The text was updated successfully, but these errors were encountered:
CC @anonrig - IIRC you have experience with the implementations of the Fast API in Node.js?
Sorry, something went wrong.
Same question here
No branches or pull requests
Node.js Version
v23.0.0-pre
NPM Version
not use
Operating System
windows
Subsystem
Other
Description
How to Enable Fast API Calls in Embedded Development
I've tracked the function calls, but they always invoke the slow version.
I've also tracked some system built-in APIs with Fast API Calls, such as process.hrtime.bigint, but it also always calls the slow version.
I have also set the option --turbo-fast-api-calls, but it has no effect.
Minimal Reproduction
No response
Output
No response
Before You Submit
The text was updated successfully, but these errors were encountered: