tombyrer
Explore posts from serversDifference between Soild/Signals & Preact/Signals?
molBench is like 2 years old; ancient history! 😉 missing are the curent fastest
I've averaged 5
I've also took 5 readings, threw out the fastest & slowest, then averaged the middle 3, so kinda means-average.
27 replies
Difference between Soild/Signals & Preact/Signals?
Perhaps those benchmarks are not the best?
https://github.com/proposal-signals/signal-polyfill/pull/44#issuecomment-2588178926
27 replies
Difference between Soild/Signals & Preact/Signals?
Side note: don't use AI to sum/avg tables, it is crap.
So, using the old-school 'run manytimes, then average in a spreadsheet' test, I tested the new
alien-signals
v1.0.0 vs prio v0.6.0, seems the rewrite is about 2% slower.
But the v1 rewrite is meant to be adapted into other libraries.
https://github.com/stackblitz/alien-signals/issues/3827 replies
Difference between Soild/Signals & Preact/Signals?
CPU Intel(R) i7-13620H 2.40 GHz
used DeepSeek to add the columns together, couldn't give me a graphic chart :/
Note: my test had SolidJS faster than uSignal & Preact.
Svelte5 is slower.
alien-signals is VERY fast, but has a smaller API.
27 replies
Difference between Soild/Signals & Preact/Signals?
Oh thanks. Interesting results, though I wish he also tested on an x86 CPU instead of an M3, which is like only 1% of JS runtimes.
But anyhow, seems that the fastest, alien-signals, may be merged into Vue soon. Though someone else has an interesting counter test.
Quite the rabbit hole signals are. 🐇 🕳️ 🗼
27 replies
Difference between Soild/Signals & Preact/Signals?
Thanks for the links. Forgot about uSignals, but I'm confused why the 2 performance tests are different?
Thanks also @peerreynders . I forgot to mention I was looking at primary stand-alone, but good to know compatibility.
27 replies
KPCKevin Powell - Community
•Created by tombyrer on 5/17/2024 in #back-end
JavaScript host like Cloudflare Workers & Glitch had a baby?
2 replies
KPCKevin Powell - Community
•Created by tombyrer on 5/1/2024 in #front-end
CSS color fallbacks
thanks!
I was thinking that P3 > OKLAB, due to the wider color gambut, or does OKLAB dip into P3/REC2000 if you let it?
4 replies
KPCKevin Powell - Community
•Created by patwasalinguist on 5/1/2024 in #front-end
Does Safari on OSX support CSS nesting?
I think the spec changed so you do not need the
&
, so Google/AI searches are outdated.
Have you tested in your Safari locally?
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting/Using_CSS_nesting12 replies