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

How to Enable Fast API Calls in Embedded Development #4458

Open
2 tasks done
sagasarate opened this issue Jul 28, 2024 · 2 comments
Open
2 tasks done

How to Enable Fast API Calls in Embedded Development #4458

sagasarate opened this issue Jul 28, 2024 · 2 comments
Labels

Comments

@sagasarate
Copy link

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

  • I have looked for issues that already exist before submitting this
  • My issue follows the guidelines in the README file, and follows the 'How to ask a good question' guide at https://stackoverflow.com/help/how-to-ask
@RedYetiDev
Copy link
Member

CC @anonrig - IIRC you have experience with the implementations of the Fast API in Node.js?

@kin4stat
Copy link

Same question here

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

No branches or pull requests

4 participants