summaryrefslogtreecommitdiffstats
path: root/src/mergesort.h
Commit message (Collapse)AuthorAgeFilesLines
* Most of sorting an array in memory is wired up.Gravatar Gediminas Jakutis 2021-02-171-0/+1
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* A major overhaul of the whole thing.Gravatar Gediminas Jakutis 2021-02-091-0/+12
It has come to my attention that previously, the project was built on top of some *very* incorrect assumptions. This patch mostly addresses that. And while it does NOT leave the project in otherwise working state, it does weed out most, if not all, of effects of previously incorrect assumptions, so it can be built the right way from here on forth. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>