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

API for using ArraySlice #16

Open
AndrewLipscomb opened this issue Sep 25, 2019 · 1 comment
Open

API for using ArraySlice #16

AndrewLipscomb opened this issue Sep 25, 2019 · 1 comment

Comments

@AndrewLipscomb
Copy link

For my work I needed to keep array copies at a minimum (dealing with arrays with 100s of 1000s of points) and modified the code here to include an ArraySlice API for dealing with large subsets of the big arrays

Any interest in a pull request for that API? I wasn't sure how to handle the highestQuality parameter - in my use case I took it out to prevent an array copy but I think the simplifyRadialDistance method could be overloaded to slice the input array even thinner.

@malcommac
Copy link
Owner

I think it's an interesting addition if you want. Let me know I'll merge it ASAP.

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

2 participants