Difference between revisions of "Lee Killough"

From DoomWiki.org

[unchecked revision][unchecked revision]
m (Source: repair link)
Line 17: Line 17:
  
 
==Source==
 
==Source==
*{{wikipedia|title=Lee Killough(programmer)}}
+
*{{wikipedia|title=Lee Killough (programmer)}}
 
[[Category:People]]
 
[[Category:People]]

Revision as of 22:31, 25 January 2005

Lee Killough is an American programmer who has contributed to the development of source ports. He was part of the Boom team and is the author of Marine's Best Friend.

Lee Killough notably added many performance optimizations to the Doom engine. The single most important efficiency improvement was replacing the linear search used for looking up game data resources with a hash table algorithm. This improvement in fact sped up the engine over 300%.1

Between 1997 and 1998 he also operated a website with extensive technical information about Doom. In 2002, John Romero, one of the programmers behind Doom, put up an archived copy of Killough's web pages on his own website. Romero calls the website "legendary" and writes that for many years Killough "was The Man to go to for any DOOM technical trivia".2

In his regular job, he now tunes mathematical libraries such as BLAS to run fast on supercomputers. For several years, Killough also maintained a page on priority queues.

Notes

  1. Figure from A Slightly Condensed Genealogy of Doom Source Ports (Doomworld article)
  2. Quote from the General Doom information page on John Romero's website

External links

Source