Hacker News new | past | comments | ask | show | jobs | submit login

I suspect it'll be way, way faster. There's a fair amount of overhead in filesystem calls.

(simplification) With any time you are mapping some file to some data structure (dbm, sqlite, mmap), the file descriptor generally stays open while you are working with it, meaning reads/writes/seeks are just about as fast as IO can go.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: