Skip to main content

Module sparse_data_visitors

Module sparse_data_visitors 

Source

Traits§

VisitColumnsOps

Functions§

create_jobs
Thin wrapper around generate_minibatch_intervals kept for in-crate call sites that predate the legume_numeric::matrix split.
styled_progress_bar
Shared bar used by every par-over-column visitor so progress shows the workspace-standard [elapsed] bar pos/len (eta) <unit_label> style across random projection, collapsing, and downstream column scans. Delegates to the canonical legume_numeric::matrix::progress::new_progress_bar (single style, single MULTI_PROGRESS) and keeps the 500 ms steady tick so the bar animates even when a single block is slow. Exported so downstream crates (data_beans::alg, senna) can reuse the same look.