You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depends on #4. Most of the loops can be rewritten to use rayon ParallelIterator interfaces, but I'll need connection pools first, because rusqlite::Connection is Send but not Sync.
Depends on #4. Most of the loops can be rewritten to use rayon ParallelIterator interfaces, but I'll need connection pools first, because
rusqlite::Connectionis Send but not Sync.