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

Convert Location and Box to pure Python classes #220

Open
lonvia opened this issue Dec 12, 2022 · 0 comments
Open

Convert Location and Box to pure Python classes #220

lonvia opened this issue Dec 12, 2022 · 0 comments

Comments

@lonvia
Copy link
Member

lonvia commented Dec 12, 2022

When returning Location and Box to the user, a copy of the data is made anyway. So we might as well implement these classes in Python directly and avoid the overhead of crossing into C++.

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

No branches or pull requests

1 participant