help wantedperformance
Metriche repository
- Star
- (19.103 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Add support for this rusqlite API essentially:
https://docs.rs/rusqlite-le/latest/rusqlite/struct.Connection.html#method.prepare_cached
Eliminates the need to re-parse queries all the time since it's hard to reuse a Statement especially with multi-threading enabled.