Use new Bound
API of pyO3
#437
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
performance
python
Python API
runtime
We use the
pyO3
crate for implementing Python nodes and operators. The upcomingv0.21
release will feature a new "Bound" API, which enables better control over the lifetimes of GIL-references, while also improving performance. It also solve PyO3/pyo3#1056, which we encountered in dora.Right now
v0.21
is still in beta, but we should try to migrate dora to the newBound
API once the stable is out.(Maybe it will even allow us to bring back runtime nodes with multiple Python operators?)
The text was updated successfully, but these errors were encountered: