Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
scandum
on July 10, 2021
|
parent
|
context
|
favorite
| on:
Blitsort is an in-place stable adaptive rotate mer...
Correct, if you uncomment
//#define cmp(a,b) (*(a) > *(b))
in blitsort.h it'll run about 25% faster. Probably still slower than a native C++ implementation since it'll evaluate to (a > b) > 0 rather than (a > b), not sure if the compiler will optimize that.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: