Running Criterion to evaluate the impact of a change from BTree to Vec

by cjoly
GNU/Linux ◆ foot ◆ fish 443 views

To create SQL migrations in rusqlite_migration from a directory containing SQL code, we were using a BTree but it turns out that using a Vec is much faster.

This is sped up. The outliers didn’t preclude getting consistent results.

Changes introduced in this PR.

More by cjoly

See all