[prev] [index] [next]

Some Potential Solutions (cont)

Other Optimisations

  • reduce I/O by reducing size of vectors   (compression)

  • reduce I/O by placing "similar" records together   (clustering)

  • reduce I/O by remembering previous pages   (caching)

  • reduce cpu by making D computation faster   (ColorHist)


[prev] [index] [next]