nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.48k stars 283 forks source link

How to Enable Fast API Calls in Embedded Development #4458

Open sagasarate opened 3 months ago

sagasarate commented 3 months ago

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

RedYetiDev commented 2 months ago

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