Skip to content

Mathjax v2.5

pkra edited this page Sep 16, 2014 · 11 revisions

This release focuses on speed improvements.

improve HTML-CSS speed

Goal: get HTML-CSS to SVG speed

  • Eliminate some measurements that modern browsers don't need anymore
  • eliminate lots of measurements for simple output
  • see this branch and config option

two pass rendering mode

Goal: enable a first, faster but less precise pass, followed by a second, precise pass.

  • develop “simple” HTML-output (faster but potentially lower quality)
    • focused on speed
    • stable across browsers.
    • development in this branch
  • incorporate two-pass mode

Leftovers

  • ship the new ContentMML extension
Clone this wiki locally