GrailSort icon indicating copy to clipboard operation
GrailSort copied to clipboard

Rewritten Grailsort / New project dedicated to refactoring and optimizing Grailsort

Open MusicTheorist opened this issue 4 years ago • 2 comments

My team and I have been able to create (and are continuing work on) completely rewritten versions of Grailsort for research, educational, and benchmarking purposes. Hopefully anyone who's confused by Andrey's original code can have a better shot at digesting the genius ideas behind this algorithm. https://github.com/MusicTheorist/Rewritten-Grailsort

MusicTheorist avatar Nov 10 '20 11:11 MusicTheorist

Making code longer isn't making code more readable. The only comprehension problem was the lack of spaces around operators.

Nakilon avatar Nov 18 '20 04:11 Nakilon

@Nakilon I really don't agree, but hey, each to their own! I'm impressed you were able to comprehend the original version; it took me a few years to fully grasp everything. :) I still recommend checking out our codebase as there are subtle improvements to branching and certain esoteric lines are fleshed out/explained.

MusicTheorist avatar Nov 18 '20 10:11 MusicTheorist