Timeline for My BRESort adaptive sorting engine in C
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 12 at 0:26 | comment | added | LazyCauchPotato | I have a full version ready that handles 32/64-bit and floating-point data. I'll start a new question for it. All comments were super helpful. I hope I didn't make the same mistakes in the full version. | |
| Oct 11 at 7:20 | history | edited | greybeard | CC BY-SA 4.0 |
muse on counting sort
|
| Oct 11 at 7:04 | comment | added | LazyCauchPotato | Thank you, your review is pure gold, you're absolutely right about the architectural issues - having decision logic in multiple places is a maintenance nightmare. I'll refactor to separate data analysis from strategy selection. The memory documentation point is particularly embarrassing - thank you for catching that! I'll work on these refactors this week and update the GitHub repo | |
| Oct 11 at 6:50 | history | answered | greybeard | CC BY-SA 4.0 |