krausest / js-framework-benchmark

A comparison of the performance of a few popular javascript frameworks
https://krausest.github.io/js-framework-benchmark/
Apache License 2.0
6.56k stars 811 forks source link

Add pota #1592

Closed titoBouzout closed 4 months ago

titoBouzout commented 4 months ago

Hey!

pota is a reactive web renderer for signals based reactive libraries. It's heavy influenced by Solid. The default reactive lib is solid, it can be switched to oby and flimsy, both by @fabiospampinato Source code is at https://github.com/potahtml/pota and docs on the website https://pota.quack.uy/

Note: I have been running the benchmark locally for months, but today something broke, and I can't figure out how to fix it. I made sure it works by firing a server on the folder. Hope nothing is missing for the integration, thanks!

krausest commented 4 months ago

Results will follow (most likely tomorrow).

krausest commented 4 months ago

Here's a comparison (updated keyed version on the left, there's no old keyed version so please ignore the right side): Screenshot 2024-02-01 at 7 48 59 PM Results are updated.

titoBouzout commented 4 months ago

@krausest thanks, appreciate the update, not bad for the first round. I'm figuring it should have implementation note 801, I will make sure it is there soon