We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995765e commit 8042136Copy full SHA for 8042136
flyweight-pattern.ts
@@ -0,0 +1,9 @@
1
+/**
2
+ * What is the flyweight design pattern?
3
+ *
4
+ * - Used when you need to create a large number of similar objects
5
+ * - To reduce memory usage you share Object that are similar in some way
6
+ * rather than creating new ones
7
8
+ * @see http://www.newthinktank.com/2012/10/flyweight-design-pattern-tutorial/
9
+ */
0 commit comments