mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
5 lines
338 B
Text
5 lines
338 B
Text
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.
|