gregtbrown

Results 5 comments of gregtbrown

https://github.com/gregtbrown/whatsPlaying is a similar app to nowify and supports this feature

https://github.com/gregtbrown/whatsPlaying is a similar app to nowify and supports this feature. It also assumes it is a long-running headless app (like a PI connected to a TV), not something you...

https://github.com/gregtbrown/whatsPlaying is a similar app to nowify and supports this feature

more info... after running the same tests on a laptop that is _not_ crapped up with IT software, the results are much better (but not great): for 1000 individual inserts,...

final note: according to https://github.com/WiseLibs/better-sqlite3/blob/master/docs/performance.md better-sqlite3 uses the compile option `SQLITE_DEFAULT_WAL_SYNCHRONOUS=1` which is the same as adding `await db.pragma('synchronous = NORMAL')` in the js code for the libsql test. With...