nanobind¶
Nanobind is a small binding library that exposes C++ types in Python and vice versa. It is reminiscent of Boost.Python and pybind11 and uses near-identical syntax. In contrast to these existing tools, nanobind is more efficient: bindings compile in a shorter amount of time, produce smaller binaries, and have better runtime performance.
homepage: https://github.com/wjakob/nanobind
| version | toolchain |
|---|---|
2.5.0 |
GCCcore/12.3.0 |
2.5.0 |
GCCcore/13.2.0 |
2.5.0 |
GCCcore/13.3.0 |
2.9.2 |
GCCcore/14.2.0 |
2.9.2 |
GCCcore/14.3.0 |
(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)