Jake Waller
05/08/2024, 8:58 AMjay
05/08/2024, 5:02 PMAmogh Akshintala
05/08/2024, 6:22 PMJake Waller
05/08/2024, 6:34 PMJake Waller
05/08/2024, 6:35 PMjay
05/08/2024, 6:45 PMVec<i64>
can even map cleanly to numpy arrays in Python 🤯
• The ergonomics around lifetimes and the lifetime of acquiring the GIL/making calls to the Python interpreter is really nice. This makes calling Python code from Rust much safer (if you have the py
object, then you have the GIL for the duration of that object’s lifetime).
• The syntax and learning curve just felt way better than what I used to have to do in pybind for C++Clark Zinzow
05/08/2024, 8:08 PMJake Waller
05/09/2024, 9:20 AM