#
rust-sci
Here are 10 public repositories matching this topic...
yayaQAQ
commented
Aug 13, 2021
I am finding a product which can replace Elasticsearch.
Tensors and dynamic neural networks in pure Rust.
-
Updated
Jun 15, 2022 - Rust
CharlieBickerton
commented
Dec 3, 2019
Hi guys, I'm trying to use .quantile_mut() on a 1D array of f64 numbers. I'm getting this error:
the trait bound `f64: std::cmp::Ord` is not satisfied
the trait `std::cmp::Ord` is not implemented for `f64
I have a few questions:
- Which type will work? It's not clear from the docs.
- Is there a reason for using the noisy float for the number between 0-1? If the function erro
Open
Roadmap
38
A tree-shaped thread pool used for spawning stack-bound scoped jobs with no work stealing. This started from a little rayon-core code + new thread pool on top. Old repository name was 'joinpool'.
-
Updated
Nov 14, 2021 - Rust
Cubic spline approximation (smoothing) in Rust
-
Updated
Aug 2, 2022 - Rust
A data preprocessing library for Rust.
-
Updated
Aug 8, 2020 - Rust
Improve this page
Add a description, image, and links to the rust-sci topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rust-sci topic, visit your repo's landing page and select "manage topics."
Add
#[track_caller]to some panicking methods. Slicing methods seem the most prudent (Index/Mut does not apply, sorry).Needs benchmarks to investigate impact, preferably holistic benchmarks.