HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tiotags

no profile record

Submissions

Hinsightd a multi-threaded io_uring web server: benchmarks

tiotags.gitlab.io
2 points·by tiotags·hace 3 años·1 comments

Hinsightd web server: comparison benchmarks for requests/second

tiotags.gitlab.io
2 points·by tiotags·hace 4 años·0 comments

Hinsightd: The fastest webserver I tested

tiotags.gitlab.io
3 points·by tiotags·hace 4 años·0 comments

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

github.com
1 points·by tiotags·hace 5 años·0 comments

comments

tiotags
·hace 3 años·discuss
hinsightd web server benchmarks comparing it with nginx, lighttpd, apache2 and caddy
tiotags
·hace 4 años·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/