From 335d5e930f5a3a2698375db75ab8b6a8f4b53743 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 10 May 2011 12:25:03 +0200 Subject: [PATCH] add ideas for performance improvements Signed-off-by: Nico Schottelius --- doc/dev/todo/niconext | 2 +- doc/dev/todo/performance-ideas | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc/dev/todo/performance-ideas diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index c8d0a13b..673631d3 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -1,5 +1,5 @@ Cleanup documentation: - cleanly integrate speeches + cleanly integrate speeches (pdf on website?) type reference -> add types + manpages add explorer reference diff --git a/doc/dev/todo/performance-ideas b/doc/dev/todo/performance-ideas new file mode 100644 index 00000000..9897a8aa --- /dev/null +++ b/doc/dev/todo/performance-ideas @@ -0,0 +1,4 @@ +- Migrate scripts from bin/* to functions in bin/cdist-deploy-to +- Use one pipe-shell for type execution +- Parallelise gencode and code-run of all objects +- Diff against local cache only instead of real target