Y
Hacker News
new
|
ask
|
show
|
jobs
by
erichocean
4350 days ago
For people using SQLite, it's trivial to do the same with WAL mode and a read-only transaction on the main thread (which is what you should be doing). All writes happen off the main thread, so performance is great.