The receipts.
All of them.
Filter by craft. Hover the cards — each one has a party trick. Click through for the full case study.
const relay = async (req) => {
const res = await fetch(req.url);
return res.clone();
};
export default relay;
// serves 2.4M req/day
// p99: 38ms
// Warsaw → us-east-1
const res = await fetch(req.url);
return res.clone();
};
export default relay;
// serves 2.4M req/day
// p99: 38ms
// Warsaw → us-east-1
SHIP IT
DEVTOOL$ npx glint build
✓ parsed 142 files
✓ rendered in 38ms
✓ hash: 0x4f2a1c
✓ ready
$
✓ parsed 142 files
✓ rendered in 38ms
✓ hash: 0x4f2a1c
✓ ready
$
> device = await navigator.gpu.
requestAdapter()
> shader.compile("vertex")
> pipeline.draw(6, 1)
> frame: 16.67ms
>
requestAdapter()
> shader.compile("vertex")
> pipeline.draw(6, 1)
> frame: 16.67ms
>
Didn't see your flavour?