Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make distances storage optional #5253

Closed
danpat opened this issue Oct 30, 2018 · 1 comment
Closed

Make distances storage optional #5253

danpat opened this issue Oct 30, 2018 · 1 comment
Labels

Comments

@danpat
Copy link
Member

danpat commented Oct 30, 2018

With #5251, we finally caved in the name of performance, and we pre-calculate edge distance and store it. This makes requesting distance values from large table requests very fast.

However, not everyone needs this, and as we're C++ people, we don't believe you should pay for what you don't use.

#5218 captures the idea of making some data optional.

This ticket is specifically about the .distance property added by #5251. It should be possible to optionally generate it, and optionally load it, reducing the disk/memory overhead if you're not interested in this property.

Copy link

github-actions bot commented Jul 8, 2024

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Jul 8, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 10, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant