Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniform Python interface to C++ library #64

Open
unzvfu opened this issue Feb 21, 2018 · 0 comments
Open

Uniform Python interface to C++ library #64

unzvfu opened this issue Feb 21, 2018 · 0 comments

Comments

@unzvfu
Copy link

unzvfu commented Feb 21, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants