flyweight pattern
常见例句
- For example, the State pattern often harmononizes with the Flyweight and Singleton patterns.
例如,狀態模式經常與Flyweight 和 Singleton 模式相互協調。 - For example, according to the pattern catalog, the State pattern is often related to Flyweight and Singleton[GoF].
例如,通過模式目錄, State 模式經常涉及到Flyweight 和 Singleton[GoF]。 - One optimization you might make in some circumstances is to use the flyweight design pattern to create only one different object for each different value of a type rather than for each different type.
某些情況下,可以採用的一種優化措施是使用 flyweight 設計模式,爲類型中每個不同的值創建單獨的對象,而不是爲每個不同的類型創建單獨的對象。 返回 flyweight pattern