HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tiotags

no profile record

Submissions

Hinsightd a multi-threaded io_uring web server: benchmarks

tiotags.gitlab.io
2 points·by tiotags·3 года назад·1 comments

Hinsightd web server: comparison benchmarks for requests/second

tiotags.gitlab.io
2 points·by tiotags·4 года назад·0 comments

Hinsightd: The fastest webserver I tested

tiotags.gitlab.io
3 points·by tiotags·4 года назад·0 comments

comments

tiotags
·3 года назад·discuss
hinsightd web server benchmarks comparing it with nginx, lighttpd, apache2 and caddy
tiotags
·4 года назад·discuss
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/