Texonom
Texonom
/
Computing
Computing
/Computing Theory/Algorithm/Sort Algorithm/
Grid Sort
Search

Grid Sort

Creator
Creator
Seonglae Cho
Created
Created
2021 Feb 23 1:10
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Jun 12 15:4
Refs
Refs
Time
Time
Worst
Worst
Stable
Stable
Stable
Inplace
Inplace
Inplace
Comparision
Comparision
Comparision
scandum/gridsort
This document describes a partitioning stable adaptive comparison-based sort named gridsort. Gridsort sorts data by storing data in a simplified binary cube, a multidimentional sorted array. The binary cube offers excellent cache utilization. It's easiest to view a binary cube as a hash table, but instead of a hash function to find a bucket it uses a binary search on a lookup table.
scandum/gridsort
https://github.com/scandum/gridsort
scandum/gridsort
 
 
 
 
 
 
 
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Computing Theory/Algorithm/Sort Algorithm/
Grid Sort
Copyright Seonglae Cho