码迷,mamicode.com
首页 >  
搜索关键字:performance tunning    ( 1793个结果
Android应用性能优化之使用SparseArray替代HashMap
HashMap是java里比较常用的一个集合类,我比较习惯用来缓存一些处理后的结果。最近在做一个Android项目,在代码中定义这样一个变量,实例化时,Eclipse却给出了一个 performance 警告。 意 思就是说用SparseArray来替代,以获取更好性能。老实说,对SparseArray并不熟悉,第一感觉应该是Android 提供的一个类。按住Ctrl点击进入Spar...
分类:移动开发   时间:2014-07-02 08:02:21    阅读次数:338
android Performance 性能提升
1. 经常变动的字符串要用 StringBuilder,然后每次变动用 append 方法。而不应该每次创建新的 String。2. 使用 static final 变量。3. It's reasonable to follow common object-oriented programming ...
分类:移动开发   时间:2014-07-01 20:10:32    阅读次数:238
【性能分析】初探VS2010中的Profile(性能剖析)功能
VS2010中的Profile(性能剖析)功能十分实用,它可以协助程序员迅速锁定当前程序的性能瓶颈,为程序的优化做准备。点击VS2010的Analyze菜单,选择Launch Performance Wizard,依照提示可以很方便地完成Profile的必需配置。可能你会碰到"Injection o...
分类:其他好文   时间:2014-07-01 18:47:32    阅读次数:249
HTML5的学习--performance获取加载时间的工具
前段时间因为项目需要获取页面加载的时间,就去看了下HTML5中的performane。之后用其写了一个小工具,用来获取详细的页面加载时间。GitHub上的地址是:https://github.com/CraryPrimitiveMan/performance-tool
分类:Web程序   时间:2014-07-01 10:41:08    阅读次数:277
[转] Vmware vs Virtualbox vs KVM vs XEN: virtual machines performance comparison
http://www.ilsistemista.net/index.php/virtualization/1-virtual-machines-performance-comparison.html?limitstart=0 Today, “Virtual machine” seems to be ...
分类:其他好文   时间:2014-06-29 20:23:58    阅读次数:509
[转] KVM storage performance and cache settings on Red Hat Enterprise Linux 6.2
Almost one year ago, I checked how different cache settings affected KVM storage subsystem performance. Results were very clear: to obtain good I/O sp...
分类:系统相关   时间:2014-06-29 19:47:59    阅读次数:448
PatentTips - Enhanced I/O Performance in a Multi-Processor System Via Interrupt Affinity Schemes
BACKGROUND OF THE INVENTIONThis relates to Input/Output (I/O) performance in a host system having multiple processors, and more particularly, to effic...
分类:其他好文   时间:2014-06-27 21:05:13    阅读次数:337
JavaScript 数据访问(通译自High Performance Javascript 第二章) [转]
JavaScript 数据访问(通译自High Performance Javascript 第二章)提问者:lilei335260(ID:160310)|悬赏 0.0希赛币 |回答数:12|关注度:32|提问时间:2014-05-03JavaScript 数据访问(翻译自High Performa...
分类:编程语言   时间:2014-06-27 15:19:10    阅读次数:382
memcache和redis区别
memcache和redis区别2014年4月27日mood暂无评论memcache官方定义Free & open source, high-performance, distributed memory object caching system, generic in nature, but i...
分类:其他好文   时间:2014-06-25 14:59:31    阅读次数:190
浏览器性能接口performance.timing说明
原文来自于https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html下图描述了该接口的各个时间点:performance.timing API 各个时间点含义如下:navigationStart当访...
分类:其他好文   时间:2014-06-25 09:33:19    阅读次数:435
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!