Y
Hacker News
new
|
ask
|
show
|
jobs
by
ncruces
158 days ago
POSIX locks are insane enough that when I reimplemented the SQLite file system API, I gave up on them:
https://github.com/ncruces/go-sqlite3/tree/main/vfs#file-loc...