Software Engineering discussion
Beautiful Code
>
How Elegant Code Evolves with Hardware The Case of Gaussian Elimination
date
newest »


The code in Example 14-6 [Factorization for multithreaded execution (C code):] is amazing. I'm sure I would have quit long before getting anywhere near that solution.
LINPACK is a key performance benchmark, so there is some extra motivation to invest in it. Although, this chapter did prompt me to think about all the unsung heros who keep libraries we take for granted running smoothly and optimally. I, for one, am glad that I don't have to code a floating point library these days!