High Performance Python
目录
1
Understanding Performant Python2
Profiling3
Lists and Tuples4
Dictionaries and Sets5
Iterators and Generators6
Matrix and Vector Computation7
Compil...
分类:
编程语言 时间:
2014-10-08 11:03:25
阅读次数:
448
原文:http://www.javaworld.com/article/2077523/build-ci-sdlc/java-tip-26--how-to-improve-java-s-i-o-performance.html
JDK 1.0.2 的 java.io 包暴露了很多I/O性能问题,这里将介绍一个优化方案,附加一个关闭同步的方法。
Java的I/O性能曾经是很多Java应用...
分类:
编程语言 时间:
2014-10-08 10:29:25
阅读次数:
394
机器硬件环境:CPU:Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz 4核Mem: 32GSSD:INTEL SSDSC2BP480G4SATA HDD: 2*500G LVMsysbench 0.5的安装:#bzr branch lp:~sysbench-dev...
分类:
数据库 时间:
2014-10-06 18:46:00
阅读次数:
471
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5023题意: 区间更新, 区间询问;题解:区间更新, 区间询问, 一共30种颜色, 可用int 来存。地区选拔赛的一道题,当时还没怎么学线段树(只会单点更新), 这道题只能看着别人A, 自己干着急。 今天...
分类:
其他好文 时间:
2014-10-02 16:25:03
阅读次数:
284
转:http://blog.csdn.net/zs634134578/article/details/21101971第一部分单选题(前10题,每题2分;后10题,每题3分。选对得满分,选错倒扣1分,不选得0分)1、一次内存访问,SSD硬盘访问和SATA硬盘随机访问的时间分别是()A、几微秒,几毫秒...
分类:
其他好文 时间:
2014-10-02 15:01:43
阅读次数:
271
Mobile Testing Mobile: Emulators, Simulators And Remote Debugging iOS 8 and iPhone 6 for Web Developers and Designers Web HTTP vs HTTPS performance co...
分类:
其他好文 时间:
2014-09-30 18:48:49
阅读次数:
162
转自:http://sixrevisions.com/web-development/site-speed-performance/Web page speed and performance is very important to the user experience. If your sit...
分类:
Web程序 时间:
2014-09-30 14:35:09
阅读次数:
208
安装rpmbuild,生成目录,编写spec文件
附上自己写的spec文件。
由于公司需要,nginx需要添加lua等依赖包,就自己通过编译过程打包了rpm。红色部分是根据编译的结果添加上去的
Name: nginx
Version: 1.2.7
Release: 1%{?dist}
Summary: A free,open-source,high-performance HT...
分类:
其他好文 时间:
2014-09-30 10:05:22
阅读次数:
402
一. 官网说明 在MOS 上的一篇文章讲到了rebuild online 和offline的区别: ?????? Index Rebuild Is Hanging Or Taking Too Long [ID 272762.1] ? Symptoms: ========= ?????? Performance ?issue...
分类:
数据库 时间:
2014-09-29 21:00:31
阅读次数:
375
因官方Book Performance Tuning部分章节没有按配置项进行索引,不能达到快速查阅的效果。所以我以配置项驱动,重新整理了原文,并补充一些自己的理解,如有错误,欢迎指正。配置优化zookeeper.session.timeout默认值:3分钟(180000ms)说明:RegionSer...
分类:
其他好文 时间:
2014-09-28 13:49:52
阅读次数:
169