Skip to content

enable multi-threading on Atom#74

Merged
aminya merged 1 commit intoatom-community:masterfrom
aminya:Allow_multithreading
Aug 14, 2020
Merged

enable multi-threading on Atom#74
aminya merged 1 commit intoatom-community:masterfrom
aminya:Allow_multithreading

Conversation

@aminya
Copy link
Copy Markdown
Member

@aminya aminya commented Aug 2, 2020

Description of the Change

This enables the possibility of multithreading in Atom as stated in Electron documentation. It allows using Node features in WebWorkers.
https://www.electronjs.org/docs/tutorial/multithreading

This allows offloading the parts of the code that are blocking the main thread to another thread, which can result in a huge performance gain.

Alternate Designs

N/A

Possible Drawbacks

N/A

Verification Process

  • CI passes
  • Using the built Atom

Release Notes

  • Now Atom allows using the multi-threading features of Nodejs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant