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.
- Host: GitHub
- URL: https://github.com/wspl/jitffi
- Owner: wspl
- Created: 2022-08-15T02:00:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T13:58:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T05:42:19.329Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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