Tuesday, 6 August 2013

Optimize browser text-rendering

Optimize browser text-rendering

I have to create a log-viewer for the browser and these log-files can be
very big (200MB and more). Because syntax highlighting is used, they need
to be rendered very fast. Are there new technologies (webgl or canvas)
that can be used to speed the rendering process up? Are there tricks to
optimize text rendering?
The connection is not the bottle neck, because the files are transfaired
through a high speed intranet.

No comments:

Post a Comment