pool 模式 发表于 2016-10-10 | 分类于 DesignPattern | preinstantiate and maintain a group of instances of the same type. 阅读全文 »
proto 模式 发表于 2016-10-10 | 分类于 DesignPattern | Use a factory and clones of a prototype for new instances (if instantiation is expensive). 阅读全文 »
延迟加载模式(lazy evaluation) 发表于 2016-10-10 | 分类于 DesignPattern | Lazily-evaluated property pattern in Python. 阅读全文 »