码迷,mamicode.com
首页 >  
搜索关键字:performance    ( 1780个结果
Android应用性能优化之使用SparseArray替代HashMap
ashMap是java里比较常用的一个集合类,我比较习惯用来缓存一些处理后的结果。最近在做一个Android项目,在代码中定义这样一个变量,实例化时,Eclipse却给出了一个 performance 警告。意思就是说用SparseArray来替代,以获取更好性能。老实说,对SparseArray并...
分类:移动开发   时间:2014-09-02 07:56:14    阅读次数:282
.NET程序性能的基本要领
前几天在老赵的博客上看到,Bill Chiles (Roslyn 编译器的Program Manager)写了一篇文章叫做《Essential Performance Facts and .NET Framework Tips》。这篇文章是一个14页的pdf,当时我是在地铁上在Lumia手机上看的,...
分类:Web程序   时间:2014-09-01 09:15:52    阅读次数:282
《Tuning I/O Performance》读后笔记
《TuningI/OPerformance》,文章地址:http://doc.opensuse.org/products/draft/SLES/SLES-tuning_sd_draft/cha.tuning.io.html大家在读了原文后若有更好的见解,请不吝赐教,谢谢!文章以SUSELinuxEnterpriseServer为例讲解了Linux系统的IO调度策略及调优,可适应于其他Linux..
分类:其他好文   时间:2014-08-31 18:48:32    阅读次数:304
scalar UDFs performance issue
refer from InsideMiscrsoft SQL Server 2008: T-SQL Programming.You should be aware that invoking scalar UDFs in queries has a high cost when you provid...
分类:其他好文   时间:2014-08-31 18:32:51    阅读次数:274
Spatio-temporal feature extraction and representation for RGB-D human action recognition
propose a novel and effective framework to largely improve the performance of human action recognition using both the RGB videos and depth maps. The ....
分类:其他好文   时间:2014-08-31 17:05:51    阅读次数:1243
WebSphere Application Server Performance Tuning Toolkit
WebSphere® Application Server Performance Tuning Toolkit 是一款基于 Eclipse 的智能工具,旨在帮助用户通过使用数据收集、数据分析和统计数据推断技术来调优 WebSphere Application Server 的性能。其目的是帮助用户查找瓶颈,并适当调优应用程序。...
分类:移动开发   时间:2014-08-30 23:09:12    阅读次数:459
OCP试题解析之053-61 RMAN set command id to
61.You frequently have multiple RMAN sessions running, and you want to be able to easily identify each job via the CLIENTJNFO column of the dynamic performance view V$SESSION. What RMAN command can ...
分类:其他好文   时间:2014-08-29 20:08:08    阅读次数:261
RDLC报表引用ObjectDatasources实例数据源
ReportView1.LocalReport.DataSources.Clear(); ReportDataSource ds = new ReportDataSource("DXYQDataSet_Performance_devices", ObjectD...
分类:其他好文   时间:2014-08-29 14:22:47    阅读次数:205
.NET程序性能的基本要领
Bill Chiles(Roslyn编译器的程序经理)写了一篇文章《Essential Performance Facts and .NET Framework Tips》,知名博主寒江独钓对该文进行了摘译,文中分享了性能优化的一些建议和思考,比如不要过早优化、好工具很重要、性能的关键,在于内存.....
分类:Web程序   时间:2014-08-29 10:37:47    阅读次数:361
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!