= Hilbert curve scheduling
{wiki=Hilbert_curve_scheduling}
Hilbert curve scheduling refers to a method for arranging data access patterns that leverage the properties of the Hilbert curve, a space-filling curve that preserves locality. The Hilbert curve is a continuous fractal space-filling curve that maps multi-dimensional space to one dimension while maintaining spatial locality, meaning that points that are close together in multi-dimensional space remain close together in one-dimensional representation.
Back to article page