len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年4月17日

摘要: never use virtual function for primitives! why? they are memory-consuming! each primitive will contain a table of virtual function pointers, and you will usually have a river of primitives! so, use vi... 阅读全文
posted @ 2008-04-17 21:52 Len3d 阅读(238) 评论(0) 推荐(0) 编辑