help wantedperformance
Métriques du dépôt
- Stars
- (19 103 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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.