cppcheck/benchmarks.txt

23 lines
491 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
http://trac.cppcheck.net/ticket/9007 -- Unused types
2018-05-11 12:35:59 +02:00
Repos
-----
Small C++ library with lots of templates:
https://framagit.org/dtschump/CImg
Just check the file examples/use_tinymatwriter.cpp
2018-05-11 12:35:59 +02:00