Doug Lea

From Wikipedia, the free encyclopedia
Doug Lea
Awards2010 Dahl-Nygaard Prize.[1]
Fellow of the Association for Computing Machinery
Scientific career
FieldsComputer Science
Websitegee.cs.oswego.edu/dl/

Douglas S. Lea is a professor of computer science and current[when?] head of the computer science department at State University of New York at Oswego, where he specializes in concurrent programming and the design of concurrent data structures. He was on the Executive Committee of the Java Community Process and chaired JSR 166, which added concurrency utilities to the Java programming language (see Java concurrency). On October 22, 2010, Doug Lea notified the Java Community Process Executive Committee he would not stand for reelection.[2] Lea was re-elected as an at-large member for the 2012 OpenJDK governing board.[3]

Publications[edit]

He wrote Concurrent Programming in Java: Design Principles and Patterns, one of the first books about the subject. It is currently[when?] in its second edition. He is also the author of dlmalloc,[4] a widely used public-domain implementation of malloc.

Awards[edit]

In 2010, he won the senior Dahl-Nygaard Prize.[1]

In 2013, he became a Fellow of the Association for Computing Machinery.[5]

Bibliography[edit]

  • Concurrent Programming in Java: Design Principles and Patterns, first edition: 1997; second edition: ISBN 0-201-31009-0, 1999
  • Java Concurrency in Practice, ISBN 0-321-34960-1, 2006 (co-authored with Joshua Bloch, Brian Goetz, Tim Peierls, Joseph Bowbeer, and David Holmes)

References[edit]

External links[edit]