Sort any list of numbers in the GDBS substrate's own HVP address order - exact, deterministic, in-browser.
Teams that want to understand where a value lives in the GDBS mesh, not just its rank, get nothing extra from a generic comparison sort. They sort once and still have to compute the mesh address separately.
GDBS Sort runs a distribution sort keyed by the toroidal HVP address entirely client-side: each value self-locates to a 3-integer (H,V,P) mesh cell, and reading records out in HVP-index order yields the exactly ordered sequence. Pure exact integer arithmetic, nothing uploaded.
Run it in your browser with nothing uploaded to anyone's cloud, then route the sorted list and its mesh addresses into a Sandbox workspace or attach them to a Worklog case.