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
669 stars
27 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,090 |
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. | 66 |
cysharp/csbindgen | A tool for generating C# foreign function interface (FFI) code from Rust | 703 |
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 | 44 |
cppfastio/fast_io | A C++20 input/output library designed to provide fast and efficient I/O operations. | 689 |
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,267 |
s00500/espui | A web-based user interface library for ESP32 and ESP8266 | 937 |
fribidi/fribidi | A library providing a free implementation of the Unicode Bidirectional Algorithm | 360 |
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,768 |
whiley/whileycompiler | Compiles Whiley source files into an intermediate language | 220 |
wareya/fft | FFTs for power-of-2 size case only | 59 |