An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: worker-threads

javascript-indonesias/WebpackESLintBoilerplate

Boilerplate sederhana untuk aplikasi web berbasis JavaScript di bagian front end. Boilerplate ini menggunakan Webpack, Babel, ESLint, dan Prettier. Project ini dibuat berdasarkan Traversy Media tutorial VSCode ESLint, Prettier & Airbnb Style Guide Setup and ESLint Gist Setup.

Language: JavaScript - Size: 2.03 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

krishheii/Multithreading

Multithreading using Node.js

Language: JavaScript - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

Luc4sguilherme/node-thread-factorial-demo

A simple app that demonstrates usage of Worker threads in Node.js.

Language: JavaScript - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Suchetaaa/CS347-Assignments

Operating Systems Programming Assignments

Language: C - Size: 225 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

vipinpv85/DPDK-IPHASH-WRKR-THREADS

Spread the incoming flow to worker threads using simple hash buckets built from IP SRC-DST pair

Language: C - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 2

wapmorgan/Threadable

Easy-to-use threading library providing all basic features to perform work in background mode (with simulation mode).

Language: PHP - Size: 79.1 KB - Last synced at: 20 days ago - Pushed at: about 6 years ago - Stars: 77 - Forks: 4

nilshah98/worker-threads-NodeJS

Benchmark nodeJS worker threads for calculating prime numbers, using various dataStructures

Language: JavaScript - Size: 450 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 32 - Forks: 5

govindamurali/maistry

A Go implementation of Worker pool with customizable Managers

Language: Go - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sangianpatrick/emitty

A simple Event Emitter package for Golang application

Language: Go - Size: 30.3 KB - Last synced at: 10 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

estchd/workers_pool

A long running threadpool for parallel task execution

Language: Rust - Size: 13.7 KB - Last synced at: 20 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

TomasHubelbauer/node-worker

Demonstration of Node workers

Language: JavaScript - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

tomboyanushka/JobSystem

Language: C++ - Size: 27.3 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

asaadsaad/MWA-demo-nodejs03

CS572 MWA Nodejs 3 Demo

Language: JavaScript - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 7

reevr/vblaze

Language: JavaScript - Size: 329 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

luk3skyw4lker/cluster-vs-worker-threads

The repository for my blog article Cluster vs Worker Threads

Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

than-dev/increase-node-performance

Increasing nodejs performance with cluster and work threads. Explanations, use cases and benchmarks, enjoy it.

Language: JavaScript - Size: 556 KB - Last synced at: 23 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

karankraina/nodejs-threads

A very simple function based implementation of node.js worker threads

Language: TypeScript - Size: 284 KB - Last synced at: 1 day ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

hellivan/node-task-scheduling-utilities

Node.js task scheduling utilities

Language: TypeScript - Size: 125 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

MichaelCurrin/node-worker-threads-quickstart

Quickstart projects that demonstrate how to use Worker Threads in Node

Language: JavaScript - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

robertanton81/node-performace

This is just a little playground to test node.js clustering and worker threads

Language: JavaScript - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sebsikora/void_thread_pool

An ultra-simple thread pool implementation for running void() functions in multiple worker threads

Language: C++ - Size: 49.8 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

mohasarc/workers-pool

Utilizing the power of multithreading to process heavy tasks on nodejs

Language: TypeScript - Size: 940 KB - Last synced at: 2 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

PedroDev4/WorkerThreads_POC

Simple Nodejs app using WorkerThreads. A native tool that allow developers make synchronous codes become asynchronous and using typescript

Language: TypeScript - Size: 48.8 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Captain-ALM/CALM-Worker-Pump

Allows for processing and instruction execution to be performed on a different thread to the main winforms thread.

Language: Visual Basic .NET - Size: 20.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

duyquoc1508/child_process_and_worker_thread

Demo child process and worker thread in nodejs

Language: JavaScript - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

org-formation/worker-pool-aws-sdk

Simple pool of workers to make API calls using the AWS SDK, while leveraging Worker threads from Node.js.

Language: TypeScript - Size: 157 KB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

hype08/worker-threads

Language: JavaScript - Size: 1.95 KB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

FranciscoMendes10866/wizarro

Node.js Multithreading (Worker Threads) 🦥

Language: JavaScript - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

srgaba/node-worker-threads

A simple example to spawn a worker thread to execute contexts out main thread

Language: JavaScript - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

Aditya-ds-1806/OS-Project

An example usage of worker threads in Node.js to parse large PGN files.

Language: JavaScript - Size: 717 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

sourikghosh/node-worker

Worker Thread implementation with all required workerOptions and also used MessagePort to communicate between two threads.

Language: JavaScript - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

jasondavindev/node-worker-threads

Basic library for works with Node.js threads

Language: TypeScript - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

mmomtchev/GatedObject

A module for creating a transparent RPC interface for non-thread safe objects to be used in a multi-threaded environment

Language: JavaScript - Size: 26.4 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

tallylab/orbitdb-worker

Isomorphic Worker (worker threads in node.js, web worker in browser) for OrbitDB

Language: JavaScript - Size: 1.25 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

mkhizeryounas/nodejs-worker-threads-boilerplate

Nodejs worker threads boilerplate with bulk file processor example

Language: JavaScript - Size: 3.91 KB - Last synced at: 25 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

patrickroberts/gpcpu

Asynchronous Parallel Programming for TypedArray

Language: TypeScript - Size: 651 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

longyarnz/worker

This app is a simple demo on using worker threads.

Language: HTML - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

HenrikGr/travsport

Just a simple solutions using Node.js worker threads

Language: JavaScript - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sosukesuzuki/prettier-parallel

Runs Prettier with Worker Threads

Language: TypeScript - Size: 292 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

hjfitz/disparp-mtp-cracker

"one-time pad on the back of your pinto is redneck" - Bruce Potter, 2012

Language: TypeScript - Size: 1.2 MB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

chanioxaris/multithreaded-mirror-server

Transfer and store files a user requested from other servers

Language: C - Size: 101 KB - Last synced at: 15 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0