Programming Optimization You will probably notice a large slant towards Intel x86 based optimization techniques, which shouldn't surprise many, since that is where my backgrou
BitTwiddlingHacks When totaling the number of operations for algorithms here, any C operator is counted as one operation. Intermediate assignments, which need not be wr
WritingRobustCode We studied how to write safe code in the presence of exceptions. Specifically, we studied how to guarantee that an application would be left in a stab