Doug Lea

Summary

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]

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

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

  1. ^ a b "The AITO Dahl-Nygaard Prize Winners for 2010". Association Internationale pour les Technologies Objets . Retrieved 7 December 2022.
  2. ^ "To: JCP Executive Committee Members". Retrieved 2012-04-16.
  3. ^ "OpenJDK Governing Board 2012 Election: Results". 2 April 2012. Retrieved 2012-04-16.
  4. ^ gee.cs.oswego.edu/pub/misc/malloc.c
  5. ^ ACM Names Fellows for Computing Advances that Are Transforming Science and Society Archived 2017-09-15 at the Wayback Machine, Association for Computing Machinery, accessed 2013-12-10.

External links edit

  • Doug Lea's home page
    • Concurrent Programming in Java: Design Principles and Patterns
  • Java Community Process Executive Committee
  • JSR 166: Concurrency Utilities