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

CoordString.getX and .getY are slow #43

Open
njwilson23 opened this issue Apr 30, 2017 · 0 comments
Open

CoordString.getX and .getY are slow #43

njwilson23 opened this issue Apr 30, 2017 · 0 comments

Comments

@njwilson23
Copy link
Collaborator

These methods are intended to provide an interface to CoordString data for functions on the C side, but they're slow. Performance improvements would reduce the temptation to use the CoordString array pointer in external functions.

njwilson23 added a commit that referenced this issue Apr 30, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
for some reason, CoordString.getX/getY are very slow, and accessing the
array directly is much faster

cf issue #43
njwilson23 added a commit that referenced this issue May 14, 2017
njwilson23 added a commit that referenced this issue Jun 30, 2017
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

1 participant