We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use inline weights for snapping. Snapping takes most of the routing currently because the lua scripts are being interpreted on-the-fly.
The text was updated successfully, but these errors were encountered:
Also we seem to spend a lot of time in ProjectOn:
We can avoid most of these checks by checking for if they make sense, then perhaps focus on making ProjectOn itself faster.
This is now fixed, reduces the needed project on calls to a minimum.
Sorry, something went wrong.
xivk
No branches or pull requests
Use inline weights for snapping. Snapping takes most of the routing currently because the lua scripts are being interpreted on-the-fly.
The text was updated successfully, but these errors were encountered: