nodejs / nan

Native Abstractions for Node.js
MIT License
3.27k stars 501 forks source link

v8 Fast Api with NAN #965

Open theweipeng opened 8 months ago

theweipeng commented 8 months ago

We have conducted an experimental test on our serialization library Fury, which is used to detect whether the string type is Latin1 or UTF-8. However, the V8 header file we used is unstable. Is it possible to add the V8 fast-call API to NAN?