Comment on [HN] FreeBSD replaces bubblesort with mergesort on SYSINTs, results in 100x speed
monz@pawb.social 1 year ago
Seriously? I’m shocked this is news. This is 1st year computer science degree stuff.
I mean, glad they figured it out I suppose.
jamesb5@programming.dev 1 year ago
For real, this must be a joke. Bubble sort is the canonical example of a slow algorithms primarily to motivate why the others are better.