4 Apr
2026
4 Apr
'26
9:56 a.m.
Dear Boost C++ community,
StatSort function for fast sorting is ready to be reviewed / commented on, etc. https://github.com/drpt78/statsort
Questions:
Q1: Is statsort suitable for Boost C++ Library?
Q2: What optiomization you usually use -O2 or -O3 and why?
Q3: What is missing?
Q4: What is wrong? Best, Peter
tend to use O3 because its a higher number than O2, so it feels like it would be better.