vespertide-loader 0.2.1

Loads migrations and models from filesystem
Documentation
1
2
3
4
5
6
7
8
//! Empirically tuned Rayon thresholds.
//!
//! See `docs/PARALLELIZATION.md` for the Wave 6 measurement notes.
//!
//! Loader work is IO-bound; Wave 6 kept the Wave 1 threshold unchanged.

pub(crate) const LOAD_FILES_PAR_THRESHOLD: usize = 20;
pub(crate) const LOAD_FILES_PAR_MIN_LEN: usize = 4;