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

Use inline weights for snapping. #17

Open
xivk opened this issue Jul 11, 2019 · 1 comment
Open

Use inline weights for snapping. #17

xivk opened this issue Jul 11, 2019 · 1 comment
Assignees

Comments

@xivk
Copy link
Contributor

xivk commented Jul 11, 2019

Use inline weights for snapping. Snapping takes most of the routing currently because the lua scripts are being interpreted on-the-fly.

@xivk xivk self-assigned this Jul 11, 2019
@xivk
Copy link
Contributor Author

xivk commented Jul 11, 2019

Also we seem to spend a lot of time in ProjectOn:

image

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.

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