help wantedperformance
Metriche repository
- Star
- (19.103 stelle)
- Metriche merge PR
- (Merge medio 2g 11h) (147 PR mergiate in 30 g)
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.