|
|
|
|
|
by cperciva
6838 days ago
|
|
I wanted to draw the Mandelbrot set -- as fast as possible. This led to an interest in code optimization, which led to an interest in numerical algorithms, which led to an interest in parallel computing, which led to an interest in computer security, which led to an interest in string matching and data compression algorithms. I haven't done much in the way of code optimization lately -- I pretty much gave up once the P6 core came along and started aggressively pessimizing my code by executing instructions out-of-order -- but I'm still quite interested in all of the rest. |
|