File: TODO

package info (click to toggle)
libpdl-transform-color-perl 1.010-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 883; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8

- Many of the transforms are awkward and slow using
  threaded/vectorized expressions.  PP would greatly improve matters.
  Conversions probably run 3x-10x slower than they could because of this.

- Even using threaded/vectorized expressions, the expressions are
  better optimized for programmer understanding than for speed.  This probably
  induces another 2x speed hit over an optimized PP solution.