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
·
frptools avatar

frptools/collectable

0
View on GitHub↗
280 Stars·14 Forks·TypeScript·MIT·7 Aufrufe

Collectable

High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.

Features

  • Persistent Data Structures - High-performance immutable data structures for modern apps.

Star-Verlauf

Star-Verlauf für frptools/collectableStar-Verlauf für frptools/collectable

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 Collectable

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Collectable.
  • 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 Collectable anzeigen→

Häufig gestellte Fragen

Was macht frptools/collectable?

High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.

Was sind die Hauptfunktionen von frptools/collectable?

Die Hauptfunktionen von frptools/collectable sind: Persistent Data Structures.

Welche Open-Source-Alternativen gibt es zu frptools/collectable?

Open-Source-Alternativen zu frptools/collectable 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…