simd-itertools 0.2.1

SIMD-accelerated alternatives for common operations like contains, max, find etc.
Documentation
[[bench]]
name = "all_equal"
path = "benches/all_equal.rs"

[[bench]]
name = "contains"
path = "benches/contains.rs"

[[bench]]
name = "eq"
path = "benches/eq.rs"

[[bench]]
name = "filter"
path = "benches/filter.rs"

[[bench]]
name = "find"
path = "benches/find.rs"

[[bench]]
name = "is_sorted"
path = "benches/is_sorted.rs"

[[bench]]
name = "max"
path = "benches/max.rs"

[[bench]]
name = "min"
path = "benches/min.rs"

[[bench]]
harness = false
name = "position"
path = "benches/position.rs"

[dependencies.itertools]
version = "0.13.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"

[lib]
name = "simd_itertools"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "concurrency"]
description = "SIMD-accelerated alternatives for common operations like contains, max, find etc."
edition = "2021"
keywords = ["simd", "iterator"]
license = "MIT OR Apache-2.0"
name = "simd-itertools"
readme = "README.md"
repository = "https://github.com/LaihoE/SIMD-itertools"
version = "0.2.1"

[profile.bench]
codegen-units = 1
debug = 0
debug-assertions = false
lto = true
opt-level = 3
rpath = false

[profile.release]
debug = 2
lto = true