awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

adambom/parallel.js

0
View on GitHub↗
0 stele·0 fork-uri·3 vizualizări

Parallel.js

Features

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

Istoric stele

Graficul istoricului de stele pentru adambom/parallel.jsGraficul istoricului de stele pentru adambom/parallel.js

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Parallel.js

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Parallel.js.
  • andrewplummer/sugarAvatar andrewplummer

    andrewplummer/Sugar

    4,506Vezi pe 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
    Vezi pe GitHub↗4,506
  • chriso/validator.jsAvatar chriso

    chriso/validator.js

    23,744Vezi pe 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
    Vezi pe GitHub↗23,744
  • dtao/lazy.jsAvatar dtao

    dtao/lazy.js

    5,975Vezi pe 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
    Vezi pe GitHub↗5,975
  • 30-seconds/30-seconds-of-codeAvatar 30-seconds

    30-seconds/30-seconds-of-code

    128,130Vezi pe 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
    Vezi pe GitHub↗128,130
Vezi toate cele 10 alternative pentru Parallel.js→

Întrebări frecvente

Care sunt principalele funcționalități ale adambom/parallel.js?

Principalele funcționalități ale adambom/parallel.js sunt: JavaScript Utilities.

Care sunt câteva alternative open-source pentru adambom/parallel.js?

Alternativele open-source pentru adambom/parallel.js includ: 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…