You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Myhtmlex
A module to decode html into a tree structure.
Based on Alexander Borisov’s myhtml, this binding gains the properties of being html-spec compliant and very fast.
I also wrote https://github.com/Overbryd/nodex that can be used to provide a safe execution (c-)node to give the best in performance/safety.
I would refrain from using myhtmlex widely as a NIF without explicitly checking the crash-safety requirements of the application requiring it. So maybe providing two modes of operation (NIF and C-Node) might be the best way to go for a widely used package.
Is there an update on this or any way to speed up the use of find and parsing? Trying to profile our app we're seeing that mochiweb_html functions are those taking most of the time
Update: I've just tried to use html5ever but it seems even slower than mochiweb 😕
Uh oh!
There was an error while loading. Please reload this page.
see @Overbryd comment
see myhtmlex branch: c-node
The text was updated successfully, but these errors were encountered: