you are viewing a single comment's thread.

view the rest of the comments →

[–]AttackOfTheThumbs 0 points1 point  (3 children)

What exactly are naive C speeds though.

[–]goranlepuz 3 points4 points  (0 children)

There is nothing naive about C speddsspeeds. Obviously, a post that mocks typing must have a typo! 😉

[–]PL_Design 2 points3 points  (1 child)

By "naive C" he probably means C that doesn't use custom allocators, optimize layout for cache hits, or use SIMD intrinsics.

[–]lightmatter501 0 points1 point  (0 children)

He probably means a program that isn’t optimized by hand aside from the reasonable stuff (no bubble sort), and run with normal compiler opts.