Skip to content
/ jitffi Public

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

Notifications You must be signed in to change notification settings

wspl/jitffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published