privacy-scaling-explorations / mpz

Multi-party computation libraries written in Rust 🦀
214 stars 44 forks source link

refactor: spawn threads in mt executor #187

Closed sinui0 closed 3 weeks ago

sinui0 commented 1 month ago

This PR refactors the multithreaded executor to put each logical thread on its own system thread.

Changes