An open API service indexing awesome lists of open source software.

https://github.com/wspl/jitffi

A faster, JIT-based Foreign Function Interface (FFI) for Node.js.
https://github.com/wspl/jitffi

Last synced: about 1 year ago
JSON representation

A faster, JIT-based Foreign Function Interface (FFI) for Node.js.

Awesome Lists containing this project

README

          

# JITFFI

A faster, JIT-based Foreign Function Interface (FFI) for Node.js.

## Status

### Supported Platform
- Windows (x86_64)
- MacOS (x86_64)
- Linux (x86_64)

### Planned Support Platform
- Windows (ia32)
- MacOS (aarch64)

## TODO
- [ ] Refactor struct implementation to improve performance
- [ ] Support all planned platforms
- [ ] Add benchmark data to compare with ffi-napi, sbffi, vanilla-js, pure-native.
- [ ] More test cases covered