awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

adambom/parallel.js

0
View on GitHub↗
0 stars·0 forks·4 views

Parallel.js

Features

  • JavaScript Utilities - Parallel processing library for browser and server.

Star history

Star history chart for adambom/parallel.jsStar history chart for adambom/parallel.js

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Parallel.js

Similar open-source projects, ranked by how many features they share with Parallel.js.
  • andrewplummer/sugarandrewplummer avatar

    andrewplummer/Sugar

    4,506View on GitHub↗

    Sugar is a JavaScript utility library designed to extend native objects and prototypes with additional methods for data manipulation and transformation. It functions as a toolkit for object utilities, date manipulation, string inflection, and the polyfilling of missing or broken standard language features. The library provides the ability to map utility methods directly onto built-in prototypes or wrap values in temporary objects to enable method chaining without modifying global prototypes. It also includes a polyfill system to ensure consistent behavior across different execution environmen

    JavaScript
    View on GitHub↗4,506
  • chriso/validator.jschriso avatar

    chriso/validator.js

    23,744View on GitHub↗

    validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that strings match specific patterns—such as emails, URLs, and alphanumeric formats—and a toolkit for cleaning and transforming text input to remove prohibited characters and trim whitespace. The library includes utilities for standardizing email addresses by lowercasing domains and removing sub-addressing markers. It also functions as an HTML entity escaper, replacing special characters with entities to prevent the browser from executing text as code. The project covers capabili

    JavaScript
    View on GitHub↗23,744
  • dtao/lazy.jsdtao avatar

    dtao/lazy.js

    5,975View on GitHub↗

    Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams. It defers all computation until iteration begins, building chains of transformations that execute only when values are consumed, avoiding intermediate arrays and buffering. The library wraps data sources into a uniform sequence interface, enabling operations like map and filter to be chained together without materializing intermediate results. The library extends lazy processing beyond simple collections to handle asynchronous data sources, DOM events, strings, and Node.js stre

    JavaScript
    View on GitHub↗5,975
  • 30-seconds/30-seconds-of-code30-seconds avatar

    30-seconds/30-seconds-of-code

    128,130View on GitHub↗

    This project is a developer knowledge base and a curated library of programming code snippets. It serves as a multi-language coding reference that provides short technical articles and reusable code samples to help developers implement common programming patterns. The resource functions as a multi-language syntax reference, allowing for the comparison of logic and functionality across different programming environments. It focuses on programming pattern learning and coding skill improvement through a collection of optimized patterns and best practices. The platform includes capabilities for

    JavaScript
    View on GitHub↗128,130
See all 10 alternatives to Parallel.js→

Frequently asked questions

What are the main features of adambom/parallel.js?

The main features of adambom/parallel.js are: JavaScript Utilities.

What are some open-source alternatives to adambom/parallel.js?

Open-source alternatives to adambom/parallel.js include: 30-seconds/30-seconds-of-code — This project is a developer knowledge base and a curated library of programming code snippets. It serves as a… andrewplummer/sugar — Sugar is a JavaScript utility library designed to extend native objects and prototypes with additional methods for… chriso/validator.js — validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that… dtao/lazy.js — Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams.… facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation… mbeaudru/modern-js-cheatsheet — This project is a curated reference guide and cheatsheet for modern JavaScript development. It provides a collection…