Hacker News new | ask | show | jobs
by bob1029 257 days ago
Unix sockets don't actually give you the same benefit. You're still doing IPC which can incur substantial memory subsystem utilization. SQLite is on the same thread/core as whatever is using it.
1 comments

TIL. Thanks!