Giter Club home page Giter Club logo

threading-poc-nodejs's Introduction

threading-poc-nodejs

Playing with worker threads in Node.JS.

Usage

Single thread: node single-thread-execution.js
Worker threads: node worker-execution.js

You can set the execution conditions in config.js:

// How many are we calling the slow function?
export const NUMBER_OF_CALLS = {{integer}};
// How slow do you want the function to be? (Bigger === Slower)
export const LOAD_SEED = {{integer}};

Example results

Using parameters:

NUMBER_OF_CALLS = 5;
LOAD_SEED = 14;

Results:

Single thread: 
Process 1: 13.033s
Current total time: 13.033s
Process 2: 13.164s
Current total time: 26.197s
Process 3: 13.122s
Current total time: 39.319s
Process 4: 13.085s
Current total time: 52.404s
Process 5: 13.078s
Current total time: 1:05.482 (m:ss.mmm)
Worker threads: 
Process 1: 27.806s
Current total time: 27.809s
Process 2: 28.142s
Current total time: 28.145s
Process 3: 28.219s
Current total time: 28.223s
Process 4: 28.309s
Current total time: 28.313s
Process 5: 28.334s
Current total time: 28.339s

threading-poc-nodejs's People

Contributors

fj-ramirez avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.