2009年3月29日
摘要: 不知道真的假的,有时间再测试 =============== Array & Object constructing 构造数组和对象的时候,new Array() and new Object()要比 [] and {}慢3倍的时间 Index Number type for Arrays 数组的数字索引类型 ist[int(0)] 比list[0]要快 Create Array vs. Up... 阅读全文
posted @ 2009-03-29 11:04 sungo 阅读(273) 评论(0) 推荐(0) 编辑