原地址:http://blog.sina.com.cn/s/blog_72b936d801013ptr.htmlicense
Comparisonshttp://unity3d.com/unity/licenses#iphoneOptimizing Graphics
Performancehttp:...
分类:
移动开发 时间:
2014-05-12 18:06:33
阅读次数:
1099
一个利用memory block分配机制的高性能的内存管理器类...
分类:
其他好文 时间:
2014-05-10 10:43:38
阅读次数:
454
You should initialize most fields normally, not
lazily. If you must initialize a field lazily in order to achieve your
performance goals, or to break ...
分类:
编程语言 时间:
2014-05-09 18:32:56
阅读次数:
497
一 、报错Dynamic Performance Tables not
accessible,Automatic Statistics disabled for this sessionYou can disable
statistics in the preference menu, or obt...
分类:
数据库 时间:
2014-05-09 16:39:54
阅读次数:
467
Performance Tuning Guide 11G中新增特性
本章描述了Oracle11g Release2(11.2)中增加了哪些新的性能调整 特性,以及指向这些增加信息。
本章节描述的特性以及增强,包含了优化数据库性能的各个方面。
关于Oracle11gR2的所有新特性汇总,可以查看Oracle Database New Features Guide.
11.2.0.2中新...
分类:
其他好文 时间:
2014-05-07 08:07:26
阅读次数:
368
并查集类的c++封装,比较union_find algorithm四种实现方法之间的性能差别...
分类:
编程语言 时间:
2014-05-05 21:25:44
阅读次数:
324
用c++封装一个Hash Table,并与STL map 进行操作性能上的比较...
分类:
编程语言 时间:
2014-05-04 08:39:46
阅读次数:
536
原文:http://www.mastertheboss.com/jboss-performance/jboss-as-7-performance-tuning
调优JBoss应用服务器
虽然许多架构师和软件工程师都同意,约70-80%的应用程序的性能取决于应用程序本身的编码,配置不当的服务器环境可以显著影响你的用户体验,并最终影响到你的应用程序性能。
很多配置元素,可以显著地影响你的服...
分类:
其他好文 时间:
2014-05-01 18:46:34
阅读次数:
263
这篇文章主要讲了好paper和坏paper的视觉特点。主要结论为:
(1) 好paper的视觉特点
高大上的数学公式,使得算法看起来非常有技术含量。
performance图表(比如ROC, PR等图)传递一种全面周到的信息。最好在画performance plot时除了给出performance accuracy等还给出了standard deviation指示。说明算法的稳定性。
给出...
分类:
其他好文 时间:
2014-04-30 22:21:39
阅读次数:
329