lib.rs
Jan 24, 2025Detailed design details can be found in this article: Design and Implementation of a Rust-Go FFI Framework. Why Fast? In order to achieve the ultimate performance, this project is not based on communication, but on FFI to pass specially encoded data. In order to reduce memory operations to a minimum, data that satisfies a specific memory layout ...