摘要:
Avoid Creating Unnecessary ObjectsObject creation is never free. A generational garbage collector with per-thread allocation pools for temporary objects can make allocation cheaper, but allocating memory is always more expensive than not allocating memory.As you allocate more objects in your app, yo 阅读全文
posted @ 2013-01-23 06:59
罗斯摩根
阅读(518)
评论(0)
推荐(0)
浙公网安备 33010602011771号