Hacker News new | ask | show | jobs
by ADefenestrator 2238 days ago
It definitely doesn't write it to disk first. It's basically a pipe() under the hood, but exposed as a file descriptor. Downside is that seeking doesn't work, but that shouldn't affect your case.