Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C20 is getting 1700 names for floats

Name: Anonymous 2019-10-01 4:57

Name: Anonymous 2019-10-01 9:32

>>5
Time complexity matters a lot less when writing real algorithms than is typically advertised. Its often far more important to optimize for the branch predictor and cache, which means algorithms with low entropy and good locality.
O(nlogn) algorithms tend to do lots of branching, and lose far more to simpler O(n^2) algorithms.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List