here's a funny comparison
ofc its bit subjective but still interesting
OCaml has the best lines/performance ratio with 0.89 compared to 1 of C with special python being third with 1.55
C++ got 1.18 (79% total lines compared to C and 50% slower)
and i agree we need a good profiler
perf is awesome but needs a good gui (or integration in some IDE)
people like pretty bars and stuff
and idk if can do thread timings
perf (y)
bdw i seen smallpt being properly sse optimized by the compiler
(ofc theres a couple unnecessary loads/stores but nothing too influential; and i didnt check all)
ofc its bit subjective but still interesting
OCaml has the best lines/performance ratio with 0.89 compared to 1 of C with special python being third with 1.55
C++ got 1.18 (79% total lines compared to C and 50% slower)
and i agree we need a good profiler
perf is awesome but needs a good gui (or integration in some IDE)
people like pretty bars and stuff
and idk if can do thread timings
perf (y)
bdw i seen smallpt being properly sse optimized by the compiler
(ofc theres a couple unnecessary loads/stores but nothing too influential; and i didnt check all)
Comment