Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 578 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 578 Bytes

bun-svelte-adapter-node

svelte-adapter-bun no longer works. It was already very poor.

Benchmarks:

adapter-node with bun: ~2800 req/s

adapter-node with node: ~1400 req/s

However, the tiny bun adapter i built (bun-adapter.js) is slightly faster and gives me hope that we can make bun + sveltekit even faster: it's at ~7200 req/s

additional information:

@calle.wester/svelte-adapter-bun is a working fork of svelte-adapter-bun and its at ~4600 req/s