You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C++ library is currently accessed through the interface generated by Python's CFFI, which is clumsy and not idiomatic. It would neater if we wrapped interaction with the C++ library completely in a more Pythony way. This ought to complement issue #66 which is about avoiding copying back and forth from the Python runtime.
The C++ library is currently accessed through the interface generated by Python's CFFI, which is clumsy and not idiomatic. It would neater if we wrapped interaction with the C++ library completely in a more Pythony way. This ought to complement issue #66 which is about avoiding copying back and forth from the Python runtime.
Aha! Link: https://csiro.aha.io/features/ANONLINK-69
The text was updated successfully, but these errors were encountered: