benchmarks.txt: suggest that cryptopp is used (c++ code with plenty of templates)

This commit is contained in:
Daniel Marjamäki 2018-05-11 13:43:52 +02:00
parent b0077a75c3
commit 307f992c2c
1 changed files with 12 additions and 3 deletions

View File

@ -5,13 +5,22 @@ Benchmarks
In this file we can document some good code repos / code samples to use when working on optimisations.
Trac tickets:
Trac tickets
------------
http://trac.cppcheck.net/ticket/2435 -- Tokenizer::simplifyTypedef
http://trac.cppcheck.net/ticket/8355 -- TokenList::createAst
Repos:
Repos
-----
cppcheck/lib
TODO: Some nice code with many templates
C++ code with lots of templates:
http://github.com/weidai11/cryptopp
The TemplateSimplifier is heavily used for instance on this file : cryptopp/test.cpp