From 307f992c2cec7d65d51b73479835f52f86acf619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 11 May 2018 13:43:52 +0200 Subject: [PATCH] benchmarks.txt: suggest that cryptopp is used (c++ code with plenty of templates) --- benchmarks.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/benchmarks.txt b/benchmarks.txt index 2b587467e..66af9e052 100644 --- a/benchmarks.txt +++ b/benchmarks.txt @@ -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 +