arc_vec 0.1.0

Expensive but experimental project created for parallel execution.
Documentation
  • Coverage
  • 6.67%
    1 out of 15 items documented0 out of 8 items with examples
  • Size
  • Source code size: 86.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.65 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • YoungHaKim7/arc_vec
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • YoungHaKim7

arc_vec

Crates.io MIT licensed Rust_Documentation

  • Arc Vector
    • Experimental work to run vectors in parallel
// Consider Arc<[T]> over Vec <T>
Arc<[T]>