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
Thank you for this tool. Very useful. I am using it from Java.
For the methods that return a Seq<RTreeEntry>, it would be nice to have corresponding methods that accept an additional Consumer<RTreeEntry> argument and return void.
That would avoid the memory allocation of a large List/Seq when possible. Possible?
The text was updated successfully, but these errors were encountered:
Thank you for this tool. Very useful. I am using it from Java.
For the methods that return a Seq<RTreeEntry>, it would be nice to have corresponding methods that accept an additional Consumer<RTreeEntry> argument and return void.
That would avoid the memory allocation of a large List/Seq when possible. Possible?
The text was updated successfully, but these errors were encountered: