Add performance tag to relevant patterns #213

This commit is contained in:
Ilkka Seppala 2015-12-28 16:07:43 +02:00
parent 7ac7e3b097
commit e27de33f75
6 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@ categories: Other
tags:
- Java
- Difficulty-Intermediate
- Caching
- Performance
---
**Intent:** To avoid expensive re-acquisition of resources by not releasing

View File

@ -8,7 +8,7 @@ tags:
- Java
- Gang Of Four
- Difficulty-Intermediate
- Caching
- Performance
---
**Intent:** Use sharing to support large numbers of fine-grained objects

View File

@ -8,7 +8,7 @@ tags:
- Java
- Difficulty-Beginner
- Idiom
- Caching
- Performance
---
**Intent:** Lazy loading is a design pattern commonly used to defer

View File

@ -7,7 +7,7 @@ categories: Creational
tags:
- Java
- Difficulty-Beginner
- Caching
- Performance
---
**Intent:** When objects are expensive to create and they are needed only for

View File

@ -7,6 +7,7 @@ categories: Structural
tags:
- Java
- Difficulty-Beginner
- Performance
---
**Intent:** Encapsulate the processes involved in obtaining a service with a

View File

@ -7,6 +7,7 @@ categories: Concurrency
tags:
- Java
- Difficulty-Intermediate
- Performance
---
**Intent:** It is often the case that tasks to be executed are short-lived and