From 5cd611bf19235d330ac60a8c8604e1fc9a67aa3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 16 Aug 2014 19:43:42 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 600e36b89..04e8b93d9 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,5 @@ ##Facade **Intent:** Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use. +##Flyweight +**Intent:** Use sharing to support large numbers of fine-grained objects efficiently.