benchmarks.txt: suggest that cryptopp is used (c++ code with plenty of templates)
This commit is contained in:
parent
b0077a75c3
commit
307f992c2c
|
@ -5,13 +5,22 @@ Benchmarks
|
||||||
|
|
||||||
In this file we can document some good code repos / code samples to use when working on optimisations.
|
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/2435 -- Tokenizer::simplifyTypedef
|
||||||
http://trac.cppcheck.net/ticket/8355 -- TokenList::createAst
|
http://trac.cppcheck.net/ticket/8355 -- TokenList::createAst
|
||||||
|
|
||||||
Repos:
|
|
||||||
|
Repos
|
||||||
|
-----
|
||||||
|
|
||||||
cppcheck/lib
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue