go top

Object pool pattern

  • 对象池模式(对象池是一种设计模式,可以提高初始化代价高、经常实例化但数量较少的对象的效率。池中的对象已经初始化并可用,用户可以取出并操作,不需要时归还而非销毁。取出对象的时间可预测,新建实例的时间不确定)

网络释义英英释义

  对象池模式

... master computer ; Communication Layer; Object Pool Pattern [gap=215]关键字:模式;设计模式;主控机;通信层;对象池模式 ...

基于2462个网页-相关网页

Object pool pattern

  • abstract: The object pool pattern is a software creational design pattern that uses a set of initialized objects kept ready to use, rather than allocating and destroying them on demand. A client of the pool will request an object from the pool and perform operations on the returned object.

以上来源于: WordNet

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定