cost 76 ms
pybind11 variable return type

I have a C++ class which acts like a map that can contain different data types. In C++, it is unknown at compile time what data type an entry is. The ...

2023-01-24 13:18:38   1   18    c++ / pybind11  
Pybind11: Release GIL by default

I have a C++ library with many functions exported to Python using PyBind11. I am sure that these functions are thread-safe and would like to maximize ...

2022-12-06 08:03:21   1   25    pybind11 / gil  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM