-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmarks #19
Comments
Hi @aminya, I would be surprised if Hyperscript offers performance advantages over any package specifically written to have good performance. I’m the primary author and I wrote it to have the behavior I wanted without working too hard on good performance, since my use cases at the time were not ones where the output or manipulation of DOM was a bottleneck. I know @SimonDanisch is someone who has thought about performance more, so maybe he would be interested in hearing about your package. |
I'm mainly using Hyperscript for it's nice & easy syntax to define HTML DOMs in pure Julia - so I find it quite hard to compare to e.g. EzXML, which is far away from that use case... |
Is there any benchmark for using Hyperscript compared to EzXML (libxml2) for example?
I have made a package called AcuteML that defines a couple of XML utilities for manipulating DOM:
https://github.com/aminya/AcuteML.jl/tree/master/src/xmlutils
I wanna know if Hyperscript offers more performance or other advantages over other packages.
The text was updated successfully, but these errors were encountered: