ffi-overhead
Language-to-C overhead comparison
Compares the performance overhead of using foreign function interfaces to call C code from various programming languages
comparing the c ffi (foreign function interface) overhead on various programming languages
660 stars
28 watching
40 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
benchmarkcffi
Related projects:
Repository | Description | Stars |
---|---|---|
ffi/ffi | A Ruby library for loading and calling functions from native libraries | 2,086 |
ktakashi/r6rs-pffi | Provides a foreign function interface to call C code from Scheme | 47 |
poor-a/erlang-ffi | A Foreign Function Interface that enables communication between Haskell and Erlang programs. | 67 |
cysharp/csbindgen | A tool for generating C# foreign function interface (FFI) code from Rust | 696 |
cffi/cffi | Provides a portable interface to call foreign functions and access external libraries in Common Lisp | 440 |
digikar99/py4cl2-cffi | A CFFI-based alternative to py4cl2 for faster Python interface in Common Lisp | 43 |
cppfastio/fast_io | A C++20 input/output library designed to provide fast and efficient I/O operations. | 657 |
callahad/python-rust-ffi | Documentation of questionable Rust-Python FFI integration practices | 20 |
jnr/jnr-ffi | A Java library for loading native libraries without writing custom JNI code | 1,258 |
s00500/espui | A web-based user interface library for ESP32 and ESP8266 | 932 |
fribidi/fribidi | A library implementing the Unicode bidirectional algorithm to enable proper text rendering in non-Roman scripts. | 354 |
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
fusionlanguage/fut | Tools and infrastructure to implement reusable components in multiple programming languages from a single codebase. | 1,763 |
whiley/whileycompiler | Compiles Whiley source files into an intermediate language | 219 |
wareya/fft | FFTs for power-of-2 size case only | 58 |