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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
qiao avatar

qiao/immutable-sequence.js

0
View on GitHub↗
15 Stars·0 Forks·JavaScript·7 Aufrufe

Immutable Sequence.js

High performance implementation of Immutable Sequence in JavaScript, based on Finger Tree.

Features

  • Persistent Data Structures - High-performance immutable sequence implementation.

Star-Verlauf

Star-Verlauf für qiao/immutable-sequence.jsStar-Verlauf für qiao/immutable-sequence.js

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Immutable Sequence.js

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Immutable Sequence.js.
  • benji6/imlazyAvatar von benji6

    benji6/imlazy

    104Auf GitHub ansehen↗

    😴 Functional programming with lazy immutable iterables

    JavaScript
    Auf GitHub ansehen↗104
  • ds300/derivablejsAvatar von ds300

    ds300/derivablejs

    519Auf GitHub ansehen↗

    Functional Reactive State for JavaScript and TypeScript

    JavaScript
    Auf GitHub ansehen↗519
  • dtao/lazy.jsAvatar von dtao

    dtao/lazy.js

    5,975Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,975
  • aearly/icepickAvatar von aearly

    aearly/icepick

    422Auf GitHub ansehen↗

    Utilities for treating frozen JavaScript objects as persistent immutable collections

    JavaScript
    Auf GitHub ansehen↗422
Alle 12 Alternativen zu Immutable Sequence.js anzeigen→

Häufig gestellte Fragen

Was macht qiao/immutable-sequence.js?

High performance implementation of Immutable Sequence in JavaScript, based on Finger Tree.

Was sind die Hauptfunktionen von qiao/immutable-sequence.js?

Die Hauptfunktionen von qiao/immutable-sequence.js sind: Persistent Data Structures.

Welche Open-Source-Alternativen gibt es zu qiao/immutable-sequence.js?

Open-Source-Alternativen zu qiao/immutable-sequence.js sind unter anderem: aearly/icepick — Utilities for treating frozen JavaScript objects as persistent immutable collections. benji6/imlazy — 😴 Functional programming with lazy immutable iterables. ds300/derivablejs — Functional Reactive State for JavaScript and TypeScript. dtao/lazy.js — Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams.… emmanueltouzery/prelude.ts — Functional programming, immutable collections and FP constructs for typescript and javascript. facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation…