Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parallel compilation using rayon #209

Merged
merged 2 commits into from
Feb 25, 2019

Conversation

syrusakbary
Copy link
Member

@syrusakbary syrusakbary commented Feb 25, 2019

Added parallel compilation using rayon.

Timing analysis

Improved compilation time:

  • Nginx: From 1050ms to 350ms (66% improvement)
    time ./target/release/wasmer run --disable-cache examples/nginx/nginx.wasm -- -v
  • Lua: From 900ms to 650ms (28% improvement)
    time ./target/release/wasmer run --disable-cache examples/lua.wasm -- -v

Copy link
Contributor

@lachlansneff lachlansneff left a comment

Choose a reason for hiding this comment

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

👍

@lachlansneff lachlansneff merged commit c5c967d into master Feb 25, 2019
@Hywan
Copy link
Contributor

Hywan commented Mar 1, 2019

👍

@syrusakbary syrusakbary deleted the feature/parallel-compilation branch March 4, 2019 15:46
nlewycky pushed a commit that referenced this pull request Aug 13, 2020
Add Rust version to cache key and install LLVM for benchmarks
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.

4 participants