HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tiotags

no profile record

投稿

Hinsightd a multi-threaded io_uring web server: benchmarks

tiotags.gitlab.io
2 ポイント·投稿者 tiotags·3 年前·1 コメント

Hinsightd web server: comparison benchmarks for requests/second

tiotags.gitlab.io
2 ポイント·投稿者 tiotags·4 年前·0 コメント

Hinsightd: The fastest webserver I tested

tiotags.gitlab.io
3 ポイント·投稿者 tiotags·4 年前·0 コメント

Hinsightd: A HTTP server and downloader in a single 140K executable

github.com
1 ポイント·投稿者 tiotags·5 年前·0 コメント

コメント

tiotags
·3 年前·議論
hinsightd web server benchmarks comparing it with nginx, lighttpd, apache2 and caddy
tiotags
·4 年前·議論
I designed a really small webserver (actually about 9 of them but only one on github) because I wasn't happy with the configuration file syntax of the other opensource servers. After repeated rewrites trying to fit both fcgi and a reverse proxy I somehow managed to fit most of the things I wanted in ~107k (the lightest mainstream alternative is like 350k). I really like small programs that do their job well so for me it's a pretty good win already. https://github.com/tiotags1/hin9/