The Uselessness of "Fast" and "Slow" in Programming
jerf.org·21h
Flag this post

Every field of human activity has its unique characteristics, and programming is no exception.

One of the unique aspects of software is how it spans such a large number of orders of magnitude. A software engineer may be slicing and dicing nanoseconds, or they may be trying to accelerate a computation that will run across thousands of cores for a month… and they may even be doing both at the same time!

A single core in a nanosecond may cover 4 cycles. A thousand cores in a month covers about 2,600,000,000,000,000,000 cycles. Rounding a touch, that’s a range of about 19 orders of magnitude. A large supercomputer cluster, or if you choose to count GPU cores differently, may stretch even another couple of orders of magnitude.

This is not an every day experience for most programmers, …

Similar Posts

Loading similar posts...