>new framework claimed to be faster than Elysia
>run the benchmark
>not faster than Elysia
Ok but this one is very misleading in the worst way I have ever seen
I checked the code of morojs
This is nowhere close in performance to any fast http framework out there
Probably 100% vibe coded too don’t ever use this unless you want security issues
>new framework claimed to be faster than Elysia
>run the benchmark
>not faster than Elysia
Ok but this one is very misleading in the worst way I have ever seen
TanStack Virtual now has first-class chat support: end anchoring, append-follow, stable prepends, and streaming messages that stay pinned when they should.
The modern web is now a lot of streaming UI on top of lists, so this needed to feel boring 😉
https://t.co/qX9sbphpJJ
@DemetriSpanos Also worth noting that this is not the first generation that was taught that "close enough is just fine". The previous generation was taught that "nowhere close is just fine", and this generation is effectively being taught that "close enough to nowhere close is just fine".
@antirez You can use this for code to work in runtimes that doesnt allow eval() (porffor, static hermes, cf worker, …)
There are a lot of libraries that use eval() to achieve better runtime performance like Typebox, Ajv, Elysia, …
@antirez I did this recently
https://t.co/fe9wayUCMm
You can do eval() at startup and use a build tool to prebuild all the eval code
Basically code generation but way more flexible (and a lot faster to build) than anything else in JS