摘要:
浅谈软件性能提升相关的概念 原文链接为<Making your program run faster: the key concepts of software performance - Johny's Software Lab> 所有的工程师在其职业生涯的某个阶段都不得不处理软件性能问题——让程 阅读全文
摘要:
译者注:原文<How branches influence the performance of your code and what can you do about it?> 这是关于底层优化的第三篇文章,前面两篇为: 缓存友好程序设计指南 函数代价与优化 我们已经涵盖了与数据缓存和函数调用优化 阅读全文
摘要:
通过使用数据缓存加速程序 译者注:本文原始链接为<Make your programs run faster by better using the data cache>,翻译获得作者同意。本文中的一些策略只对大量数据处理有优化的可能,小量数据很可能带来性能下降。 通过使用数据缓存加速程序 开发者 阅读全文