awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • facebook/immutable-jsfacebook का अवतार

    facebook/immutable-js

    33,060GitHub पर देखें↗

    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
    GitHub पर देखें↗33,060
  • mweststrate/immermweststrate का अवतार

    mweststrate/immer

    28,957GitHub पर देखें↗

    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
    GitHub पर देखें↗28,957
  • dtao/lazy.jsdtao का अवतार

    dtao/lazy.js

    5,975GitHub पर देखें↗

    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
    GitHub पर देखें↗5,975
  • swannodette/moriswannodette का अवतार

    swannodette/mori

    3,372GitHub पर देखें↗

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

    ClojureScript persistent data structures for vanilla JavaScript.

    Clojure
    GitHub पर देखें↗3,372
  • yomguithereal/baobabYomguithereal का अवतार

    Yomguithereal/baobab

    3,155GitHub पर देखें↗

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

    Persistent data tree with cursor-based access.

    JavaScript
    GitHub पर देखें↗3,155
  • funkia/listfunkia का अवतार

    funkia/list

    1,653GitHub पर देखें↗

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

    Fast immutable list with a comprehensive functional API.

    TypeScript
    GitHub पर देखें↗1,653
  • samchon/tstlsamchon का अवतार

    samchon/tstl

    630GitHub पर देखें↗

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

    TypeScript implementation of C++ Standard Template Library containers.

    TypeScript
    GitHub पर देखें↗630
  • ds300/derivablejsds300 का अवतार

    ds300/derivablejs

    519GitHub पर देखें↗

    Functional Reactive State for JavaScript and TypeScript

    Functional reactive state management for JS and TS.

    JavaScript
    GitHub पर देखें↗519
  • aearly/icepickaearly का अवतार

    aearly/icepick

    422GitHub पर देखें↗

    Utilities for treating frozen JavaScript objects as persistent immutable collections

    Utilities for treating frozen objects as persistent collections.

    JavaScript
    GitHub पर देखें↗422
  • emmanueltouzery/prelude.tsemmanueltouzery का अवतार

    emmanueltouzery/prelude.ts

    383GitHub पर देखें↗

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

    Immutable persistent collections and functional constructs.

    TypeScript
    GitHub पर देखें↗383
  • frptools/collectablefrptools का अवतार

    frptools/collectable

    280GitHub पर देखें↗

    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
    GitHub पर देखें↗280
  • benji6/imlazybenji6 का अवतार

    benji6/imlazy

    104GitHub पर देखें↗

    😴 Functional programming with lazy immutable iterables

    Library for manipulating lazy iterables.

    JavaScript
    GitHub पर देखें↗104
  • qiao/immutable-sequence.jsqiao का अवतार

    qiao/immutable-sequence.js

    15GitHub पर देखें↗

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

    High-performance immutable sequence implementation.

    JavaScript
    GitHub पर देखें↗15
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Persistent Data Structures