Buffering on top of kernel buffers
13:35 23 Mar 2026

I have question regarding Nodejs and the buffering it uses (my question also applies to JVM and node like environments). Why does Nodejs use its own buffering and not directly use the kernel buffering (cache pages in Linux kernel for instance) I mean either way more RAM is going to be used right?

buffer