Docs.rs
xore-process-1.0.0
xore-process 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
shuheng-mo
Dependencies
anyhow ^1.0
normal
memmap2 ^0.9
normal
polars ^0.45
normal
rayon ^1.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlparser ^0.39
normal
thiserror ^1.0
normal
tokio ^1.35
normal
tracing ^0.1
normal
xore-core ^1.0.0
normal
criterion ^0.5
dev
proptest ^1.4
dev
tempfile ^3.8
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
sum_f64_simd
xore_
process
1.0.0
In xore_
process::
simd
xore_process
::
simd
Function
sum_
f64_
simd
Copy item path
Source
pub fn sum_f64_simd(data: &[
f64
]) ->
f64
Expand description
优化的 f64 数组求和
使用循环展开技术提升性能