leopard_vec 0.1.0

A high-performance parallelized vector container with deferred execution for bulk parallel operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "leopard_vec"
version = "0.1.0"
edition = "2021"
authors = ["Majid Abdelilah"]
description = "A high-performance parallelized vector container with deferred execution for bulk parallel operations"
license = "Apache-2.0"
repository = "https://github.com/MajidAbdelilah/Leopard_rust"
homepage = "https://github.com/MajidAbdelilah/Leopard_rust"
documentation = "https://docs.rs/leopard_vec"
readme = "README.md"
keywords = ["parallel", "simd", "vector", "rayon", "deferred-execution"]
categories = ["concurrency", "data-structures", "science"]
rust-version = "1.70"

[dependencies]
rayon = "1.8"