Hacker News new | ask | show | jobs
by zbentley 1040 days ago
Fair enough; I didn't realize that ":memory:" SQLite accesses did zero syscalls overall, I had assumed that they required shared memory writes that entailed syscalls for barriers and the like.

I'm happy you helped me learn that's not the case! That'll make several things I regularly need to do much, much easier.

1 comments

Sure! It's a huge and important benefit of that access mode.