Skip to content

v.0.7.1

Compare
Choose a tag to compare
@dancixx dancixx released this 10 Sep 17:17
· 34 commits to main since this release
8f3ea9c

The rand complex generation in the Fgn has changed to multithreaded. The purpose of this crate is to generate synthetic data as fast as possible. If you want to reduce the max performance, then you can use the env RAYON_NUM_THREADS to set the allowed thread count. More information is available here 👉 https://github.com/rayon-rs/rayon/blob/main/FAQ.md

What's Changed

  • feat: make rand complex to multithread by @dancixx in #7

Full Changelog: v.0.7.0...v.0.7.1