Skip to content

Parallelize using Rayon

Compare
Choose a tag to compare
@soumyasen1809 soumyasen1809 released this 16 Aug 18:03
· 15 commits to main since this release
3ec5954

Overview

  • Used rayon to parallelize the loops of image render
  • Use rayon parallel iterator to create the random balls in the scene.
  • Image rendering faster due to parallelization.

What's Changed

Full Changelog: v1.0.0...v1.1.0