Results 31 comments of Reve

@icetbr if you have Mint you can for example test node:test with bun:test. On my ubuntu machine bun is 3x faster It may varies between distros as I see other...

@icetbr See strager YT video

@Shyam-Chen It was

An example with recursive types from other validators. ## Binary tree ```ts // stnl import { t } from 'stnl'; const schema = t.scope( t.dict({ value: t.string, }, { left:...

I wouldn't recommend adding support for Node tho Kinda miss the point of the optimizer imo

For websocket you can use cross-ws and do the same trick as my websocket router

https://github.com/uNetworking/h1spec

@EdamAme-x U should use a `Map` instead Objects are only fast if the request handler doesn't access unknown paths, which then the property access gets optimized out.

@EdamAme-x Can u show me the benchmark source? I have my own router benchmark in which routers that use `Map` for static paths are slightly faster in Node and slightly...

@Austaras I only write once and swc actually works if only 1 check is there so is this a bug?