From b0077a75c34fae9c6c78cd8180d7cee49e7258e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 11 May 2018 12:35:59 +0200 Subject: [PATCH] Added benchmarks.txt --- benchmarks.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 benchmarks.txt diff --git a/benchmarks.txt b/benchmarks.txt new file mode 100644 index 000000000..2b587467e --- /dev/null +++ b/benchmarks.txt @@ -0,0 +1,17 @@ + +========== +Benchmarks +========== + +In this file we can document some good code repos / code samples to use when working on optimisations. + +Trac tickets: +http://trac.cppcheck.net/ticket/2435 -- Tokenizer::simplifyTypedef +http://trac.cppcheck.net/ticket/8355 -- TokenList::createAst + +Repos: +cppcheck/lib +TODO: Some nice code with many templates + + +