The Cost of Conditional Moves and Branches

Conditional moves 指令并不一定能提升性能,有时候甚至会导致性能衰减。

Post 里直接援引了 StackOverflow 上的这个案例


Cpu Performance Counters on Windows

The ETW(Event Tracing for Windows) now supports CPU performance counters.


GitHub Restful API References
RESTful API最佳实践
撰写安全合格的REST API
跟着 Github 学习 Restful HTTP API 设计
RESTful API 编写指南

如何编写正确的 Restful APIs 以及,一个优秀的 Restful APIs 的范例


Tech Talk: How to Speed up a Python Program 114,000 times

讲道理这个 tech talk 我跳着看了一部分就放弃了,原因很简单,如果真的需要 talk 里提到的那些方法来克服 python 的性能缺点,我选择使用 C++ 重写…