view src/lib.rs @ 50:603c38d64cd5

Experiment: Pre-fetch larger buffers from shards
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 03 Feb 2016 21:15:39 +0000
parents ab7d19e012e0
children 6a51cc42d1a6
line wrap: on
line source

//! Implements a mapreduce process bounded to one machine;
//! this is supposed to result in better data parallelization.
//!

pub mod closure_mr;
pub mod formats;
pub mod map;
pub mod mapreducer;
pub mod parameters;
pub mod record_types;
pub mod shard_merge;


#[test]
fn it_works() {}