scispace - formally typeset
D

Doug Lea

Researcher at State University of New York at Oswego

Publications -  62
Citations -  3493

Doug Lea is an academic researcher from State University of New York at Oswego. The author has contributed to research in topics: Java & Object-oriented programming. The author has an hindex of 22, co-authored 62 publications receiving 3414 citations. Previous affiliations of Doug Lea include Syracuse University & IBM.

Papers
More filters
Book

Concurrent Programming in Java: Design Principles and Patterns

Doug Lea
TL;DR: This book provides detailed information and expert techniques that will enable you to exploit the many advantages of concurrent programming and create multi-threaded Java applications that are more responsive to user demands, faster, and more easily controlled.
Proceedings ArticleDOI

A Java fork/join framework

TL;DR: The design, implementation, and performance of a Java framework for supporting a style of parallel programming in which problems are solved by (recursively) splitting them into subtasks that are solved in parallel, waiting for them to complete, and then composing results is described.
Book

Java Concurrency in Practice

TL;DR: Java Concurrency in Practice provides the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems, and addresses the fundamental issues and complexities of concurrency with uncommon clarity.
Book

Concurrent programming in Java

Doug Lea
Journal ArticleDOI

The Geneva convention on the treatment of object aliasing

TL;DR: Aliasing has been a problem in both formal verification and practical programming for a number of years as discussed by the authors, and it can result in mysterious bugs as variables change their values seemingly on their own.