_v8_ provides a way to directly call the JIT optimized code from the Native world, with some restrictions. We could use that to improve speed. Of course this is only available in a JIT-enabled environement. References: - [Paper](https://docs.google.com/document/d/1nK6oW11arlRb7AA76lJqrBIygqjgdc92aXUPYecc9dU/) - [Header file](https://source.chromium.org/chromium/chromium/src/+/main:v8/include/v8-fast-api-calls.h) - [How-to in Node.js](https://www.yagiz.co/using-v8-fast-api-in-node-js-core)