Skip to content
Snippets Groups Projects
Unverified Commit 6f8dc0b6 authored by Clément Lassieur's avatar Clément Lassieur
Browse files

database: Use SQLite in Multi-thread mode.

This disables mutexing on database connection and prepared statement objects,
thus making us responsible for serializing access to database connections and
prepared statements.  It may result in a performance improvement.

* src/cuirass/database.scm (db-init, db-open): Pass the SQLITE_OPEN_NOMUTEX
flag to SQLITE-OPEN.
parent 7b2f9e0d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment