From 35026bcc3a0c3d53e203c668b1c26fd7a833281e Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Sat, 2 Jul 2011 14:48:14 +0200 Subject: [PATCH] TODO: Some CTS thoughts. --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index ba189b6..ba1abf6 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,18 @@ Simple stuff, not required, may not be possible/useful: - CTS/finder speedups and changes [ ] + General ideas: + - everything subprocedure (lots of code) + + - jit + comparison function (per cts) generated, call in loop + + - comparison function (per cts), not generated, call in loop + - JIT (Generate comparison functions) [ ] + - Comparison functions for HSL/XYZ/L*a*b should check for + match on each component before calculating the next. + (see FindColorsToleranceOptimised) + - Pass color information in struct [ ] - Precalculate screen bitmap in current cts / keep a cache to save comparisons [ ]