help wantedperformance
仓库指标
- Star
- (19,103 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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.