Skip to content

Added parallel compilation using rayon#209

Merged
lachlansneff merged 2 commits intomasterfrom
feature/parallel-compilation
Feb 25, 2019
Merged

Added parallel compilation using rayon#209
lachlansneff merged 2 commits intomasterfrom
feature/parallel-compilation

Conversation

@syrusakbary
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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