Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply -funroll-loops on the mergesort algo. | 2021-02-25 | 1 | -6/+7 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | in-memory array sorting: GET! | 2021-02-21 | 1 | -13/+19 | |
| | | | | | | | lists need a bit more work and after that, in-file should shortly follow. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | Most of sorting an array in memory is wired up. | 2021-02-17 | 1 | -2/+28 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | A major overhaul of the whole thing. | 2021-02-09 | 1 | -0/+34 | |
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> |