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

Davitotty1

no profile record

投稿

Show HN: Deathwatch, a CLI to detect abandoned dependencies

github.com
2 ポイント·投稿者 Davitotty1·4 か月前·1 コメント

Pipechart – pipe any JSON into your terminal and get a chart, zero dependencies

github.com
1 ポイント·投稿者 Davitotty1·4 か月前·0 コメント

WebZero – a web server that serves 5k req/SEC on a 2001 Pentium III

github.com
3 ポイント·投稿者 Davitotty1·4 か月前·1 コメント

コメント

Davitotty1
·4 か月前·議論
[dead]
Davitotty1
·4 か月前·議論
Built this because every web server assumes you have RAM, IOPS, and a modern CPU. WebZero assumes you don't. Single binary, 68KB. No malloc after init, no threads, no config parsing at startup. The entire site lives in an mmap'd .web bundle — the OS page cache does all the work.