AwesomePerfCpp 性能优化

Contents

Talks

2013:

2014:

2015:

2016:

Articles

Manuals:

Sites/Blogs

Tools

Free

Paid

Libraries

Books

  • PDF: optimizing C++ - by Agner Fog. FREE
  • Optimizing C++, WikiBooks - FREE
  • The Software Optimization Cookbook: High Performance Recipes for IA-32 Platforms, 2nd Edition
  • Video Game Optimization, Eric Preisz
  • Optimized C++: Proven Techniques for Heightened Performance, Kurt Guntheroth
  • Power and Performance: Software Analysis and Optimization, Jim Kukunas
  • Systems Performance: Enterprise and the Cloud, Brendan Gregg
  • Every Computer Performance Book, Bob Wescott

About

This list was started by Bartlomiej Filipek (@fenbf). If you like to help please read CONTRIBUTING.md instructions and just make a pull request to this repo.

https://github.com/fenbf/AwesomePerfCpp

------------------------------------------------------------------------------------------------------------------

rapidcheck 检查瓶颈
QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
https://github.com/emil-e/rapidcheck

A C++ micro-benchmarking framework
https://nonius.io
https://github.com/libnonius/nonius

C++ benchmarking framework
https://bruun.co/2012/02/07/easy-cpp-benchmarking
https://github.com/nickbruun/hayai

原文地址:https://www.cnblogs.com/findumars/p/10258323.html