help wantedperformance
Repository metrics
- Stars
- (19,103 個のスター)
- PR merge metrics
- (平均マージ 2d 11h) (30d で 147 merged PRs)
説明
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.