Skip to content

Conversation

vbhattaccmu
Copy link
Contributor

No description provided.

@vbhattaccmu vbhattaccmu marked this pull request as ready for review August 29, 2025 09:42
.map_err(|e| eyre::eyre!("Failed to create polynomial grid: {:?}", e))?;

let proofs = cells
.into_par_iter()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we okay with mixing rayon thread pool with tokio async tasks? Should we use tokio tasks to parallelise?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure will switch to tokio tasks

@@ -40,6 +40,7 @@ libp2p = { version = "0.56.0", features = ["kad", "identify", "ping", "autonat",
libp2p-allow-block-list = "0.6.0"
libp2p-webrtc-websys = "0.4.0"
multihash = { version = "0.14.0", default-features = false, features = ["blake3", "sha3"] }
rayon = "1.11.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is only related to the multiproof feature, can we somehow exclude it when feature is not enabled?

Comment on lines +58 to +59
kate = { workspace = true, default-features = true }
kate-recovery = { workspace = true, default-features = true }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as for rayon dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants