Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize
multi_insert
and remove const generic
This changes `multi_insert` to a two-phase flow. First, do a bulk-insert with fixed-sized chunks, then afterwards, insert the remainders one-by-one. Along with this change, it also removes the const generic from `Insertable`, rather changing the `extend_params` to work on an out-parameter instead.
- Loading branch information