This repository was archived by the owner on Jun 18, 2026. It is now read-only.
v2.40.0 — Distance Report & LocationResolver Optimizations
·
195 commits
to master
since this release
What's Changed
Performance
- Distance Report Generation: Consolidated generateReport from 8+ O(V²) passes down to a single pass, significantly reducing computation time for large graphs
Refactor
- LocationResolver: Batch UPDATE statements with transaction control for improved database write throughput
Full Changelog: v2.39.0...v2.40.0