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

aearly/icepick

0
View on GitHub↗
422 Stars·27 Forks·JavaScript·MIT·9 Aufrufe

Icepick

Utilities for treating frozen JavaScript objects as persistent immutable collections

Features

  • Persistent Data Structures - Utilities for treating frozen objects as persistent collections.

Star-Verlauf

Star-Verlauf für aearly/icepickStar-Verlauf für aearly/icepick

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 Icepick

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Icepick.
  • 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
  • emmanueltouzery/prelude.tsAvatar von emmanueltouzery

    emmanueltouzery/prelude.ts

    383Auf GitHub ansehen↗

    Functional programming, immutable collections and FP constructs for typescript and javascript

    TypeScript
    Auf GitHub ansehen↗383
  • benji6/imlazyAvatar von benji6

    benji6/imlazy

    104Auf GitHub ansehen↗

    😴 Functional programming with lazy immutable iterables

    JavaScript
    Auf GitHub ansehen↗104
Alle 12 Alternativen zu Icepick anzeigen→

Häufig gestellte Fragen

Was macht aearly/icepick?

Utilities for treating frozen JavaScript objects as persistent immutable collections

Was sind die Hauptfunktionen von aearly/icepick?

Die Hauptfunktionen von aearly/icepick sind: Persistent Data Structures.

Welche Open-Source-Alternativen gibt es zu aearly/icepick?

Open-Source-Alternativen zu aearly/icepick sind unter anderem: 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… frptools/collectable — High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces,…