Skip to content

ReculinSort and Multi window renderer

Choose a tag to compare

@TheRobotFox TheRobotFox released this 19 Sep 11:36
· 32 commits to master since this release

After major refactoring, a new Renderer, and many bug fixes I am happy to get this release out.
It also features a new Sortingalgorithm called ReculinSort (a portmanteau of Recursion and StalinSort)
While the concept looks promising on paper and is easy to understand, it performs like absolute sh*t. This is probably caused by the high abstraction it uses, grasping over the performance loss from doing a lot of list copying. If anyone believes he'd be able to improve this algorithm, hit me with a pull request! I am always happy to collaborate.
Have a good one!
PS: Everything tested with TI as always