allow calculate parallel with worker easier
> **Performance test**: Verifying 20-worker parallel AI + push operations ⚡ > **Update 2**: Testing with GitHub Actions workflow access configured! 🏗️
No description provided.
utilities for observable asynchronous control flow
Fast, in memory work queue
Run an array of functions in parallel
A mutex for guarding async workflows
Minimal async jobs utility library, with streams support
Offload tasks to a pool of workers on node.js and in the browser
MSR JavaScript Cryptography Library
No description provided.
Seamless REST/GraphQL API mocking library for browser and Node.js.
Consistent Web Workers in browser and Node.
Utilities for executing code in Web Workers
A fast, efficient Node.js Worker Thread Pool implementation
Run an array of functions in parallel, but limit the number of tasks executing at the same time
The worker which is used by the worker-timers package.
Temporal.io SDK Worker sub-package
worker loader module for webpack
Communicate with a Web Worker using Promises, allowing transferList
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
A little factory function to create a JSON-RPC based Web Worker implementation.
The broker which is used by the worker-timers package.
React Hook for implementing web workers
Use it if you have way too many items in your worker gem queue
Simplify parallel code execution into workers.
Optimally distribute and run RSpec suites among parallel workers; for faster CI builds
Run Test::Unit / RSpec in parallel across multiple workers on Snap CI
Puma is a simple, fast, multi-threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly parallel Ruby implementations such as JRuby and TruffleRuby as well as as providing process worker support to support CRuby well.
Our own parallel cucumber with queue and workers
RSpec::Abq is an rspec plugin that replaces its ordering with one that is controlled by abq. It allows for parallelization of rspec on a single machine or across multiple workers.
Daemon and base worker for grabbing site pages via list of proxies in parallel.
Gush is a parallel workflow runner using only Redis as its message broker and Sidekiq for workers.
This gem lets you run your RSpec examples in parallel across across your CPUs. Each worker automatically gets its own database to avoid conflicts. The optional spring-prspec gem adds support for running under Spring.
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/unique_at_runtime' class StrictlySerialJob include Resque::Plugins::UniqueAtRuntime @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.