Skip to content

Commit 2ab0c71

Browse files
committed
dispatch on num_indices to allow contractions with up to ~1 billion indices
1 parent 4ae56f2 commit 2ab0c71

File tree

3 files changed

+432
-195
lines changed

3 files changed

+432
-195
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
bit-set = "0.8"
13-
ordered-float = "5.0"
13+
num-traits = "0.2"
14+
ordered-float = "5.1"
1415
pyo3 = "0.26"
1516
rand = "0.9"
1617
rustc-hash = "2.1"

0 commit comments

Comments
 (0)