File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ categories: Other
77tags :
88 - Java
99 - Difficulty-Intermediate
10- - Caching
10+ - Performance
1111---
1212
1313** Intent:** To avoid expensive re-acquisition of resources by not releasing
Original file line number Diff line number Diff line change 88 - Java
99 - Gang Of Four
1010 - Difficulty-Intermediate
11- - Caching
11+ - Performance
1212---
1313
1414** Intent:** Use sharing to support large numbers of fine-grained objects
Original file line number Diff line number Diff line change 88 - Java
99 - Difficulty-Beginner
1010 - Idiom
11- - Caching
11+ - Performance
1212---
1313
1414** Intent:** Lazy loading is a design pattern commonly used to defer
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ categories: Creational
77tags :
88 - Java
99 - Difficulty-Beginner
10- - Caching
10+ - Performance
1111---
1212
1313** Intent:** When objects are expensive to create and they are needed only for
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ categories: Structural
77tags :
88 - Java
99 - Difficulty-Beginner
10+ - Performance
1011---
1112
1213** Intent:** Encapsulate the processes involved in obtaining a service with a
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ categories: Concurrency
77tags :
88 - Java
99 - Difficulty-Intermediate
10+ - Performance
1011---
1112
1213** Intent:** It is often the case that tasks to be executed are short-lived and
You can’t perform that action at this time.
0 commit comments