[ comments | sourced from HackerNews ]
[HN] FreeBSD replaces bubblesort with mergesort on SYSINTs, results in 100x speed
Submitted 1 year ago by irradiated@radiation.party [bot] to technews@radiation.party
https://twitter.com/cperciva/status/1693127769901969772
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.