Nautilus is a lightweight and adaptable just-in-time (JIT) compiler for C++ projects. It offers: A high-level code generation API that accommodates C++ control flows. A tracing JIT compiler that ...
KtBind is a lightweight C++17 header-only library that exposes C++ types to Kotlin and vice versa, mainly to create Kotlin bindings for existing C++ code. The objective of KtBind is to provide an easy ...