Ray's playground

 

2011年7月31日

Primitive, Reference, and Value Types(Chapter 5 of CLR via C#)

摘要: You need to bear in mind some performance considerations when you’re working with reference types . First, consider these facts: The memory must be allocated from the managed heap . Each object allocated on the heap has some additional overhead members associatedwith it that must be initialized . T. 阅读全文

posted @ 2011-07-31 15:22 Ray Z 阅读(315) 评论(0) 推荐(0)

导航