- Сайт: https://bun.sh/
- Код бенчмарка React SSR: https://github.com/oven-sh/bun/tree/main/bench/react-hello-world
- Документация по
renderToPipeableStream
: https://react.dev/reference/react-dom/server/renderToPipeableStream - Документация по
renderToReadableStream
: https://react.dev/reference/react-dom/server/renderToReadableStream
- Мои бенчмарки из доклада: https://github.com/victor-homyakov/bun-benchmarks
- Простейшие echo-сервера на Go, Node.js и Bun: https://www.reddit.com/r/node/comments/13oqbvi/i_have_done_a_full_benchmark_of_a_post_rest_api/
- Простейший hello world на Express: https://medium.com/deno-the-complete-reference/if-i-run-the-same-express-app-in-bun-does-it-run-faster-5fd5c6af2538
- Простейший hello world на Fastify: https://medium.com/deno-the-complete-reference/can-bun-run-any-app-faster-use-case-fastify-51d03cd81218
- Ещё один бенчмарк Fastify: https://medium.com/deno-the-complete-reference/node-js-vs-deno-vs-bun-fastify-hello-world-server-benchmarking-d08101457f99
- https://www.notjust.dev/blog/exploring-bun
- https://www.youtube.com/watch?v=dQkv5C-Lfkw
- https://www.youtube.com/watch?v=FwH2QHKDMps
- Мой
package.json
: https://gist.github.com/victor-homyakov/b41cd9dbea99eec870464cf49bb019a7 - Пакет
bloater
: https://www.npmjs.com/package/bloater - Скорость установки пакетов: https://www.youtube.com/watch?v=FwH2QHKDMps
- Evan You про pnpm: https://twitter.com/youyuxi/status/1701243750666703338
- Исследование по теме: https://medium.com/@laiso/what-makes-bun-install-faster-than-npm-install-370ec673bf0b
- https://www.reddit.com/r/node/comments/16f3422/any_evidence_that_bun_is_actually_faster_for/
- Бенчмарки NPM PNPM Yarn: https://pnpm.io/ru/benchmarks
- Автор Yarn пишет про Bun и про сравнение скорости: https://yarnpkg.com/blog/bun
- Автор Yarn приводит свои результаты по сценарию "валидация": https://twitter.com/arcanis/status/1702297503465611278
- Статья на Хабре: https://habr.com/ru/companies/tensor/articles/534340/
- Код бенчмарка: https://gist.github.com/victor-homyakov/67a46c86f8ccb9452930e7d041158c04
- Файл лога из статьи: https://gist.githubusercontent.com/Kilor/8c4fee60a94073c1accc6bdd167e9990/raw/8b2918e5eb55c1e61034e80adb10554551434718/buffers.txt
- https://grafana.com/docs/k6/latest/testing-guides/test-types/
- https://speakerdeck.com/moscowdjango/alieksiei-lavrieniuk-iandieks-mietodika-naghruzochnogho-tiestirovaniia?slide=35
- Apache JMeter: https://jmeter.apache.org/
- Grafana K6: https://grafana.com/docs/k6/latest/
- autocannon: https://www.npmjs.com/package/autocannon
- Переезд с JSC на V8 в Netflix: https://youtu.be/iID7JJ7eQrU?t=6543
- Сравнение скорости простейших серверов из разных языков/фреймворков: