WebReflection / neverland

React like Hooks for lighterhtml
https://medium.com/@WebReflection/neverland-the-hyperhtmls-hook-a0c3e11324bb
ISC License
244 stars 7 forks source link

Performance vs. React w/ Hooks #7

Closed dakom closed 5 years ago

dakom commented 5 years ago

Given that lighterhtml is faster than hyperHTML and hyper is faster than react (right?), I'm curious to see how neverland stacks up against react w/ hooks....

WebReflection commented 5 years ago

Then please add a benchmark and file a PR 👍

dakom commented 5 years ago

fair point... but filing an issue is so much easier :P

Just to explain - I thought maybe you already had some benchmarking stuff ready for all the work you've been doing on hyperHTML over the years and it would just be about plugging these new variations in.

No biggie - on paper it seems like it'd be faster anyway

WebReflection commented 5 years ago

I have gazillion hyperHTML benchmark but none for the augmentor, however it's a matter of how long it takes to invoke a function and increment an index, so I guess it's pretty fast after all.

If I'll ever find the time to add a benchmark in both libraries I'll ping you back ;-)