码迷,mamicode.com
首页 >  
搜索关键字:performance    ( 1780个结果
python性能:不要使用 key in list 判断key是否在list里
原文:https://docs.quantifiedcode.com/python-anti-patterns/performance/using_key_in_list_to_check_if_key_is_contained_in_a_list.html 使用 key in list 去迭代li ...
分类:编程语言   时间:2018-05-31 22:02:37    阅读次数:193
惠普DL360P G7服务器
下午好!这两天在琢磨一个有关服务器CPU的问题。具体情况是这样的:一台HPDL360PG7服务器,两个CPU,一共八核,这是服务器硬指标,可是我在shell里面查看的时候却不是这样lscpu。因为我要用两台相同服务器做低延迟用,所以在BIOS里把功耗的都disabled,提高performance性能,有一项processordisabled里,是没有更改的,八核都会工作,在启动界面是可以看到的。
分类:其他好文   时间:2018-05-30 15:40:06    阅读次数:167
代码连MySQL从库报“Table ‘performance_schema.session_var”
代码连MySQL从库报“Table ‘performance_schema.session_var”
分类:数据库   时间:2018-05-30 15:39:26    阅读次数:314
class java.lang.Class has no zero-arg constructor and this will affect the serialization performance, dubbo version: 3.0.1, current host: 192.158.10.100
class java.lang.Class has no zero-arg constructor and this will affect the serialization performance, dubbo version: 3.0.1, current host: 192.158.10.1 ...
分类:编程语言   时间:2018-05-23 13:07:21    阅读次数:335
linux-performance
1. top 2. cat /proc/meminfo nvidia@tegra-ubuntu:~/zrj/laneseg_TRT$ cat /proc/meminfo MemTotal: 8042784 kB MemFree: 4201184 kB MemAvailable: 5437588 kB ...
分类:系统相关   时间:2018-05-22 10:37:43    阅读次数:228
EntityFramework优化:第一次启动优化
1. 预先生成视图 通过代码的方式来预先生成视图,要求EntityFramework是6.0及以上版本。 控制台程序: MVC程序: 2. NGen优化 参考:Entity Framework Improving Startup Performance with NGen (EF6 Onwards) ...
分类:其他好文   时间:2018-05-19 21:23:02    阅读次数:203
2018 Unite大会——《使用UPA工具优化项目》演讲实录
2018年5月11日至13日,腾讯WeTest与Unity联合打造的移动游戏性能分析工具(Unity Performance Analysis,以下称为UPA)正式亮相2018 Unite大会,为Unity手游开发者提供更加深度的游戏性能优化、测试服务,带来了更多产品测试与优化的“新姿势”。 会上, ...
分类:其他好文   时间:2018-05-18 19:25:18    阅读次数:155
hbase参数配置优化
因官方Book Performance Tuning部分章节没有按配置项进行索引,不能达到快速查阅的效果。所以我以配置项驱动,重新整理了原文,并补充一些自己的理解,如有错误,欢迎指正。 配置优化 zookeeper.session.timeout默认值:3分钟(180000ms)说明:RegionS ...
分类:其他好文   时间:2018-05-18 11:41:50    阅读次数:132
使用performance工具分析运行时性能
背景 在写项目的过程中,我们有时候写出来的代码尤其是一些js实现的一些动画效果,在电脑浏览器上运行的是很流畅的,但是在一些手机上运行却效果不理想,会出现卡顿的效果,这就涉及到运行时的性能问题。按照以前,我是猜想可能出现的问题,然后试图去优化。如果我们能够借助一个分析工具,帮助我们去分析问题,尽快找到 ...
分类:其他好文   时间:2018-05-12 16:48:29    阅读次数:1062
Jordan CP3 11 Performance Reviews
Chris Paul (with the help of James Harden) has lead the Houston Rockets to the Western Conference Finals. That means it’s about time to find out if Pa ...
分类:其他好文   时间:2018-05-10 18:09:07    阅读次数:163
1780条   上一页 1 ... 42 43 44 45 46 ... 178 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!