cppcheck/benchmarks.txt

27 lines
481 B
Plaintext
Raw Normal View History

2018-05-11 12:35:59 +02:00
==========
Benchmarks
==========
In this file we can document some good code repos / code samples to use when working on optimisations.
Trac tickets
------------
2018-05-11 12:35:59 +02:00
http://trac.cppcheck.net/ticket/2435 -- Tokenizer::simplifyTypedef
http://trac.cppcheck.net/ticket/8355 -- TokenList::createAst
Repos
-----
2018-05-11 12:35:59 +02:00
cppcheck/lib
C++ code with lots of templates:
http://github.com/weidai11/cryptopp
The TemplateSimplifier is heavily used for instance on this file : cryptopp/test.cpp
2018-05-11 12:35:59 +02:00