Skip to content

contain-rs/par-vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A wrapper of Vec that provides safe, concurrent mutation of nonoverlapping slices. Useful for parallel fork-join operations.

###Note: Benchmarking As of June 2015, the benchmark APIs are only available with the nightly/unstable channel of Rust. Benchmarking has been placed behind a feature flag so this crate can still build and test on the stable channel.

If you want to run benchmarks and have the Rust nightlies installed, use the following command:

cargo bench --features bench

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •