1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-24 02:02:17 -05:00

Small TODO update.

This commit is contained in:
Merlijn Wajer 2011-07-06 13:01:22 +02:00
parent 0e6bf83a5c
commit a630399148

5
TODO
View File

@ -7,13 +7,16 @@ Simple stuff, not required, may not be possible/useful:
- CTS/finder speedups and changes [ ] - CTS/finder speedups and changes [ ]
General ideas: - Table displaying all the different performance gains and
penalties. [ ]
- General ideas:
- everything subprocedure (lots of code) - everything subprocedure (lots of code)
- jit + comparison function (per cts) generated, call in loop - jit + comparison function (per cts) generated, call in loop
- comparison function (per cts), not generated, call in loop - comparison function (per cts), not generated, call in loop
- Investigate SIMD probable speedups [ ]
- JIT (Generate comparison functions) [ ] - JIT (Generate comparison functions) [ ]
- Comparison functions for HSL/XYZ/L*a*b should check for - Comparison functions for HSL/XYZ/L*a*b should check for
match on each component before calculating the next. match on each component before calculating the next.