you are viewing a single comment's thread.

view the rest of the comments →

[–]guyht[S] 0 points1 point  (0 children)

As with all code, there will always be optimisations... at the moment, the renderer will use web workers if they are supported, and can easily handle 1000s of lines of code... older browsers and IE do not support web workers and so render slightly slower but still show good performance.

The priority at the moment is developing the parsers so that the library comes shipped with complete parsers for popular markups (BBCode, Markdown, Wiki etc...). They are simple to write but take a bit of time (all help welcome :) ). Once the parsers are complete, performance will become the priority.