osrm-backend/features/support
Patrick Niklaus 0266c9d969 Renumber nodes after running osrm-partition
The new numbering uses the partition information
to sort border nodes first to compactify storages
that need access indexed by border node ID.

We also get an optimized cache performance for free
sincr we can also recursively sort the nodes by cell ID.

This implements issue #3779.
2017-06-02 18:12:13 +00:00
..
cache.js Limit test names to 64 chars to avoid hitting windows MAX_PATH limit 2017-01-27 11:19:37 +01:00
data_classes.js add locations feature to allow testing turn locations, fix minor bug breaking the arrival location 2016-11-08 13:42:15 +01:00
data.js Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
env.js Conditional turn restriction support (#3841) 2017-05-11 12:13:52 +02:00
fuzzy.js Rewrite cucumber test suite in JS 2016-03-24 16:01:01 -07:00
hooks.js Add MLD testing to cucumber tests 2017-03-17 12:27:47 +01:00
http.js Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
route.js Rename side API 2017-05-30 10:19:41 +00:00
run.js Prepare test data for both CH and MLD algorithms 2017-03-17 13:20:32 +01:00
shared_steps.js Rename side API 2017-05-30 10:19:41 +00:00