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.
13 lines
130 B
C++
13 lines
130 B
C++
#include "util/timed_histogram.hpp"
|
|
|
|
namespace osrm
|
|
{
|
|
namespace util
|
|
{
|
|
namespace detail
|
|
{
|
|
std::atomic_uint operation = {0};
|
|
}
|
|
}
|
|
}
|