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.