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.
|
|
|
|
|
2018-05-11 13:43:52 +02:00
|
|
|
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
|
2019-03-04 07:05:29 +01:00
|
|
|
http://trac.cppcheck.net/ticket/9007 -- Unused types
|
2018-05-11 12:35:59 +02:00
|
|
|
|
2018-05-11 13:43:52 +02:00
|
|
|
|
|
|
|
Repos
|
|
|
|
-----
|
|
|
|
|
2019-03-04 07:05:29 +01:00
|
|
|
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
|
|
|
|