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
·

13 Repos

Awesome GitHub RepositoriesPersistent Data Structures

Collections and containers designed for immutability and performance.

Explore 13 awesome GitHub repositories matching part of an awesome list · Persistent Data Structures. Refine with filters or upvote what's useful.

Awesome Persistent Data Structures GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Persistent immutable data collections for JavaScript.

    TypeScript
    Auf GitHub ansehen↗33,060
  • 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

    Immutable state management using copy-on-write mechanisms.

    JavaScript
    Auf GitHub ansehen↗28,957
  • 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

    Utility library with a lazy evaluation engine.

    JavaScript
    Auf GitHub ansehen↗5,975
  • swannodette/moriAvatar von swannodette

    swannodette/mori

    3,372Auf GitHub ansehen↗

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

    ClojureScript persistent data structures for 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.

    Persistent data tree with cursor-based access.

    JavaScript
    Auf GitHub ansehen↗3,155
  • funkia/listAvatar von funkia

    funkia/list

    1,653Auf GitHub ansehen↗

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

    Fast immutable list with a comprehensive functional API.

    TypeScript
    Auf GitHub ansehen↗1,653
  • samchon/tstlAvatar von samchon

    samchon/tstl

    630Auf GitHub ansehen↗

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

    TypeScript implementation of C++ Standard Template Library containers.

    TypeScript
    Auf GitHub ansehen↗630
  • ds300/derivablejsAvatar von ds300

    ds300/derivablejs

    519Auf GitHub ansehen↗

    Functional Reactive State for JavaScript and TypeScript

    Functional reactive state management for JS and TS.

    JavaScript
    Auf GitHub ansehen↗519
  • aearly/icepickAvatar von aearly

    aearly/icepick

    422Auf GitHub ansehen↗

    Utilities for treating frozen JavaScript objects as persistent immutable collections

    Utilities for treating frozen objects as persistent collections.

    JavaScript
    Auf GitHub ansehen↗422
  • emmanueltouzery/prelude.tsAvatar von emmanueltouzery

    emmanueltouzery/prelude.ts

    383Auf GitHub ansehen↗

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

    Immutable persistent collections and functional constructs.

    TypeScript
    Auf GitHub ansehen↗383
  • 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.

    High-performance immutable data structures for modern apps.

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

    benji6/imlazy

    104Auf GitHub ansehen↗

    😴 Functional programming with lazy immutable iterables

    Library for manipulating lazy iterables.

    JavaScript
    Auf GitHub ansehen↗104
  • 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.

    High-performance immutable sequence implementation.

    JavaScript
    Auf GitHub ansehen↗15
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Persistent Data Structures