Fast MNIST batch loading for Python via Rust + PyO3. The pipeline uses mmap for IDX files, multi-threaded batch construction, and a bounded prefetch queue. The core batching logic is generalized in ...