Skip to content

Releases: TheRobotFox/SortTest

Realloc crash fix

05 Oct 22:28
Compare
Choose a tag to compare
8.1

realloc crash fix

NOFONT

30 Sep 11:24
Compare
Choose a tag to compare

NoFont Render

Render bug fixed

20 Sep 21:56
Compare
Choose a tag to compare

small bug fixes including build system

ReculinSort and Multi window renderer

19 Sep 11:36
Compare
Choose a tag to compare

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

SortTest

16 Jun 23:30
915b356
Compare
Choose a tag to compare

Fixed visual mode for NSPIRE!

SortTest

15 Jun 23:06
915b356
Compare
Choose a tag to compare
6.0

Update README