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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • facebook/immutable-jsAvatar facebook

    facebook/immutable-js

    33,060Vezi pe GitHub↗

    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
    Vezi pe GitHub↗33,060
  • mweststrate/immerAvatar mweststrate

    mweststrate/immer

    28,957Vezi pe GitHub↗

    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
    Vezi pe GitHub↗28,957
  • dtao/lazy.jsAvatar dtao

    dtao/lazy.js

    5,975Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,975
  • swannodette/moriAvatar swannodette

    swannodette/mori

    3,372Vezi pe GitHub↗

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

    ClojureScript persistent data structures for vanilla JavaScript.

    Clojure
    Vezi pe GitHub↗3,372
  • yomguithereal/baobabAvatar Yomguithereal

    Yomguithereal/baobab

    3,155Vezi pe GitHub↗

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

    Persistent data tree with cursor-based access.

    JavaScript
    Vezi pe GitHub↗3,155
  • funkia/listAvatar funkia

    funkia/list

    1,653Vezi pe GitHub↗

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

    Fast immutable list with a comprehensive functional API.

    TypeScript
    Vezi pe GitHub↗1,653
  • samchon/tstlAvatar samchon

    samchon/tstl

    630Vezi pe GitHub↗

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

    TypeScript implementation of C++ Standard Template Library containers.

    TypeScript
    Vezi pe GitHub↗630
  • ds300/derivablejsAvatar ds300

    ds300/derivablejs

    519Vezi pe GitHub↗

    Functional Reactive State for JavaScript and TypeScript

    Functional reactive state management for JS and TS.

    JavaScript
    Vezi pe GitHub↗519
  • aearly/icepickAvatar aearly

    aearly/icepick

    422Vezi pe GitHub↗

    Utilities for treating frozen JavaScript objects as persistent immutable collections

    Utilities for treating frozen objects as persistent collections.

    JavaScript
    Vezi pe GitHub↗422
  • emmanueltouzery/prelude.tsAvatar emmanueltouzery

    emmanueltouzery/prelude.ts

    383Vezi pe GitHub↗

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

    Immutable persistent collections and functional constructs.

    TypeScript
    Vezi pe GitHub↗383
  • frptools/collectableAvatar frptools

    frptools/collectable

    280Vezi pe GitHub↗

    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
    Vezi pe GitHub↗280
  • benji6/imlazyAvatar benji6

    benji6/imlazy

    104Vezi pe GitHub↗

    😴 Functional programming with lazy immutable iterables

    Library for manipulating lazy iterables.

    JavaScript
    Vezi pe GitHub↗104
  • qiao/immutable-sequence.jsAvatar qiao

    qiao/immutable-sequence.js

    15Vezi pe GitHub↗

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

    High-performance immutable sequence implementation.

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