Jump to content

Doug Lea

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Citation bot (talk | contribs) at 09:20, 18 February 2023 (Add: date. | Use this bot. Report bugs. | Suggested by Superegz | Category:American computer programmers | #UCB_Category 118/429). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

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

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

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

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

Bibliography

  • 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