WinterJS - A New Javascript Runtime

preview_player
Показать описание
Recorded live on twitch, GET IN

Become a backend engineer. Its my favorite site

This is also the best way to support me is to support yourself becoming a better backend engineer.

By: Arshia Ghafoori

MY MAIN YT CHANNEL: Has well edited engineering videos

Discord

Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
Рекомендации по теме
Комментарии
Автор

at this rate js runtimes will outpace new AI models.

weeb
Автор

Why are we still benchmarking "no-op" HTTP servers? There should be higher standards for what we consider acceptable benchmarks.

tinrab
Автор

"Hardware is 100 times faster, which let me write programs that are 100 folds slower." - Modern Web Developers

StarContract
Автор

Let's face it. Developing a new JS framework has become the minimum requirement for an internship application at a startup that will last as long as the initial vc funding will take it.

zacharythomasrobertson
Автор

While I was watching this video, 2 new runtimes, 8 new frontend frameworks, and approx 1 billion js libraries were released.

efezlfn
Автор

So is just those 3 big thing again:
1. Google V8 for node
2. Apple JSC for bun
3. Mozilla SpiderMonkey for WinterJS

_vicary
Автор

Love it when he tells his editor to do something and he doesn't listen XD

AdityaPimpalkar
Автор

Days since last JavaScript tool: -9000

yamyam
Автор

That lightning reminds me of something else :P
"WINAMP Winamp winamp. It really whips the lamma's ass"

kamiljanowski
Автор

Wait a second, you had Spider Monkey right next to Tokio and we didn't even get a TOKIOOO? What have you become, Prime? I love Go as much as the next dev, but let's not forget where we came from.

andythedishwasher
Автор

Only trust benchmarks where you can run it yourself on your own machine and see the numbers

hughmanwho
Автор

I like the format of trying to explain things using the whiteboard

toast_dev
Автор

Hey, I'm currently watching this video but I right away wanted to comment that your diagram and explanation on runtime and framework was probably the clearest I've come across yet. Thank you for this... helpful for me navigating this stuff

Matt_Kumar
Автор

Lol “Fastest” and “SpiderMonkey” are words that have no business being in the same sentence as each other

KyleHarrisonRedacted
Автор

Was just reading this article, and wished I had your input and boom! Here it is, thanks

oribennett
Автор

are we still making JavaScript runtimes? haven't we learned anything?

monostate
Автор

I love how the thumbnail is Prime looking towards the future but as soon as you click he's shaking his head and already upset. Classic Prime 😂

josefaguilar
Автор

I love it when there's something new in JS, it's always advertised as fastest or faster

digie
Автор

I wrote an HTTP server in C++ using Drogon. It was ridiculously fast when serving pre-rendered pages, going up to a million req/s, easily beating Go doing the same. However, as soon as I started doing a bit of templating using various existing and naive JSON-in-the-middle approaches this dropped way down, sometimes to under 100k req/s. I then spent a bunch of time writing an inline templating engine based on libfmt that was able to go close to 700k req/s on a real workload.

Oh, and by the way, the server in question was only ever intended to serve a single lone user at a time on a closed network, so that time spent turbo optimizing the hell out of it was suuuper worthy.

__kvik
Автор

2019: fastest thing in the world was release of a new JavaScript framework
2024: scratch that fastest thing in the world is release of a new js runtime environment

a-yo