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
·
Back to aearly/icepick

Open-source alternatives to Icepick

12 open-source projects similar to aearly/icepick, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Icepick alternative.

  • 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
  • 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
  • facebook/immutable-jsAvatar von facebook

    facebook/immutable-js

    33,060Auf GitHub ansehen↗

    This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation of objects and arrays. It serves as an immutable state management tool and functional programming utility, ensuring that data remains unchanged after creation to simplify change detection and state tracking. The library enables the maintenance of application state by producing new versions of data structures during updates. It focuses on efficient data comparison by checking actual content instead of memory references and supports a functional programming workflow to prevent

    TypeScript
    Auf GitHub ansehen↗33,060

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • frptools/collectableAvatar von frptools

    frptools/collectable

    280Auf GitHub ansehen↗

    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.

    TypeScript
    Auf GitHub ansehen↗280
  • funkia/listAvatar von funkia

    funkia/list

    1,653Auf GitHub ansehen↗

    🐆 An immutable list with unmatched performance and a comprehensive functional API.

    TypeScript
    Auf GitHub ansehen↗1,653
  • mweststrate/immerAvatar von mweststrate

    mweststrate/immer

    28,957Auf GitHub ansehen↗

    Immer is an immutable state management library for JavaScript that enables the creation of new versions of state trees. It functions as a state container that uses a proxy-based handler to ensure data immutability. The library utilizes a copy-on-write mechanism and a draft-based mutation model. This allows users to write mutating code on a temporary proxy, which the system then uses to produce a new immutable result while keeping the original state unchanged. The project covers immutable state management and complex object cloning to facilitate predictable state transitions. These capabiliti

    JavaScript
    Auf GitHub ansehen↗28,957
  • qiao/immutable-sequence.jsAvatar von qiao

    qiao/immutable-sequence.js

    15Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗15
  • samchon/tstlAvatar von samchon

    samchon/tstl

    630Auf GitHub ansehen↗

    TypeScript-STL (Standard Template Library, migrated from C++)

    TypeScript
    Auf GitHub ansehen↗630
  • swannodette/moriAvatar von swannodette

    swannodette/mori

    3,372Auf GitHub ansehen↗

    ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

    Clojure
    Auf GitHub ansehen↗3,372
  • yomguithereal/baobabAvatar von Yomguithereal

    Yomguithereal/baobab

    3,155Auf GitHub ansehen↗

    JavaScript & TypeScript persistent and optionally immutable data tree with cursors.

    JavaScript
    Auf GitHub ansehen↗3,155