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

Enhance Documentation: Articles on Event Loop Optimization and Timer Functions under Message Queue and Event Loop section #507

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

devansharyan123
Copy link
Contributor

Enhanced Documentation:

  1. Added the article "Understanding and Optimizing JavaScript’s Event Loop" by Xiuer Old.

    • Explores the intricacies of the JavaScript Event Loop and its impact on performance.
    • Provides strategies for optimizing asynchronous code execution.
    • Clarified Timer Functions:
  2. Included the article "setTimeout vs setImmediate in JavaScript" by Navneet Singh.

  • Discusses the differences between setTimeout and setImmediate.
  • Offers guidance on when to use each function effectively in asynchronous programming.
  • Key Learning Outcomes:
  1. Gain a comprehensive understanding of the Event Loop mechanism in JavaScript.
  • Learn best practices for optimizing performance in JavaScript applications.
  • Understand the appropriate usage of timer functions to manage asynchronous tasks effectively.
  1. Direct links to the articles for further reading and exploration of these topics.

@leonardomso leonardomso merged commit ddbdf78 into leonardomso:master Oct 7, 2024
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.

2 participants