Hacker News new | ask | show | jobs
by oguz-ismail2 160 days ago
> qsort, it's an API design flaw

It's just a generic sorting function. If you need more you're supposed to write it yourself. The C standard library exists for convenience not performance.

1 comments

Fair point.