simple_parallel 0.3.0

Straight-forward functions and types for basic data parallel operations, including parallel maps, for loops and thread pools.
[package]

name = "simple_parallel"
version = "0.3.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>"]

homepage = "https://github.com/huonw/simple_parallel"
repository = "https://github.com/huonw/simple_parallel"
documentation = "http://huonw.github.io/simple_parallel/simple_parallel/"
license = "MIT/Apache-2.0"
keywords = ["data-parallel", "parallel"]
readme = "README.md"

description = """
Straight-forward functions and types for basic data parallel
operations, including parallel maps, for loops and thread pools.
"""

[dev-dependencies]
strided = "*"
num = "*"
num_cpus = "0.2"
[dependencies]
crossbeam = "0.1"

[features]
unstable = []