Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
abjKT26nO8
on Feb 14, 2020
|
parent
|
context
|
favorite
| on:
Quadsort: a stable non-recursive merge sort
libstdc++'s std::sort doesn't implement quicksort per se. It implements introsort[1]. I'm curious how a pure C implementation of introsort would fare against std::sort.
[1]: <
https://en.wikipedia.org/wiki/Introsort>
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1]: <https://en.wikipedia.org/wiki/Introsort>