Wednesday 2011-03-09

Just added full page cacheing to https://github.com/patrickhaller/mupdf-users so that when you scroll down a couple pixels, it doesn't re-render the entire page from source again. That image conversion was a huge cpu suck, so it now renders once on page load, and memcpy's as needed.

The next big cpu suck is somecolor routine in the base pdf library itself, we'll see what that brings.