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

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

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

22 रिपॉजिटरी

Awesome GitHub RepositoriesImmutable Data Structures

Libraries providing persistent and immutable data types to prevent side effects.

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

Awesome Immutable Data Structures GitHub Repositories

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

    google/guava

    51,473GitHub पर देखें↗

    Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency tools, and core extensions. It serves as a comprehensive set of helpers for Java development, focusing on reducing repetitive boilerplate logic. The project is distinguished by its specialized implementations of immutable collections, which ensure thread safety and data consistency by preventing accidental modification. It also includes a dedicated graph data structure library for modeling and traversing networks of interconnected nodes and edges, alongside advanced collection t

    Produces high-performance read-only versions of standard Java collections to prevent accidental modification.

    Javaguavajava
    GitHub पर देखें↗51,473
  • 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

    Provides a comprehensive collection of persistent and immutable data structures for JavaScript.

    TypeScript
    GitHub पर देखें↗33,060
  • immutable-js/immutable-jsimmutable-js का अवतार

    immutable-js/immutable-js

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

    Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a collection of immutable objects and arrays that prevent direct mutation to ensure predictable state management in JavaScript applications. The library utilizes structural sharing to efficiently create new versions of data without full copying and implements lazy sequence processing to chain data transformations that execute only when values are requested. It also supports batch mutation processing, allowing multiple changes to be applied to a temporary mutable copy before returning

    Provides a suite of immutable data structures that transform plain JavaScript objects and arrays into persistent collections.

    TypeScript
    GitHub पर देखें↗33,060
  • ramda/ramdaramda का अवतार

    ramda/ramda

    24,072GitHub पर देखें↗

    Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin

    Ensures data structures are transformed without mutation to prevent side effects in application state.

    JavaScriptjavascriptramda
    GitHub पर देखें↗24,072
  • facebook/draft-jsfacebook का अवतार

    facebook/draft-js

    22,641GitHub पर देखें↗

    Draft-js is a framework for building customizable rich text editors within React applications. It functions as a content editable framework that separates the underlying data model from the visual rendering layer, acting as a rich text content engine to manage complex text data and formatting. The project utilizes an immutable state management system to ensure consistent updates and predictable undo history. It manages editor state through persistent data structures, providing an immutable data state manager to prevent accidental mutation. The framework includes capabilities for high perform

    Provides methods for converting immutable data structures back into standard JavaScript arrays and objects.

    JavaScript
    GitHub पर देखें↗22,641
  • getify/functional-light-jsgetify का अवतार

    getify/Functional-Light-JS

    16,763GitHub पर देखें↗

    Functional-Light-JS is a JavaScript functional programming library designed to implement functional patterns within JavaScript applications. It serves as a toolkit for declarative data processing, immutable data management, and the construction of complex logic through higher-order functions. The library focuses on a pragmatic implementation of functional programming, providing utilities for curried argument application and function composition. It emphasizes the use of pure functions to calculate state updates and manage application data without side effects. The project covers broad capabi

    Provides utilities and structures for managing application state without mutation to prevent side effects.

    JavaScript
    GitHub पर देखें↗16,763
  • google/autogoogle का अवतार

    google/auto

    10,545GitHub पर देखें↗

    This project is a Java annotation processing framework and source code generator designed to automate repetitive boilerplate and reduce manual coding errors. It functions as a toolkit for building custom annotation processors that produce source code, metadata, and type definitions during the compilation process. The framework specifically automates the creation of immutable value types with built-in equality and hashing logic, as well as the generation of factory implementations for dependency injection. It also handles the automated production of service provider configuration files to enab

    Generates immutable value classes featuring built-in equality and hashing logic to ensure data consistency.

    Java
    GitHub पर देखें↗10,545
  • chalarangelo/30-seconds-of-pythonChalarangelo का अवतार

    Chalarangelo/30-seconds-of-python

    8,826GitHub पर देखें↗

    30 Seconds of Python is a curated collection of short, reusable Python code snippets designed for quick reference and immediate reuse. It provides an interactive browser that lets you explore snippets organized by tags, search across names and descriptions, and copy code to your clipboard with a single click. The collection covers a broad range of common programming tasks, including list and dictionary operations, string formatting and manipulation, date and time calculations, and color format conversion. It also includes utilities for data transformation, such as converting between case styl

    Provides a snippet to create lightweight, immutable data records with named field access.

    Pythoneducationlearn-to-codelearning-resources
    GitHub पर देखें↗8,826
  • chvin/react-tetrischvin का अवतार

    chvin/react-tetris

    8,717GitHub पर देखें↗

    This is a browser-based Tetris game built with React, using Redux and Immutable.js to manage all game state in a single immutable store. The application renders the game board, next-block preview, and score display as React components, with state transitions that are predictable and support time-travel debugging through the Redux DevTools Extension. The game distinguishes itself through several integrated capabilities. It automatically adapts between keyboard and touch controls based on the user's input device, with configurable repeat rates for responsive gameplay. A persistence layer serial

    Uses Immutable.js persistent data structures to prevent accidental mutation and simplify state comparison.

    JavaScriptimmutablereactredux
    GitHub पर देखें↗8,717
  • louthy/language-extlouthy का अवतार

    louthy/language-ext

    7,057GitHub पर देखें↗

    language-ext is a functional programming framework for C# that provides a suite of immutable data structures and monadic types. It enables the implementation of pure functional programming patterns, utilizing containers to manage side effects, optional values, and error handling. The library is distinguished by its advanced concurrency and state management tools, including a software transactional memory system and lock-free atomic references. It also provides specialized utilities for distributed systems, such as vector clocks for causality tracking and deterministic data conflict resolution

    Implements a persistent FIFO queue where every operation returns a new version of the structure.

    C#
    GitHub पर देखें↗7,057
  • jerry-git/learn-python3jerry-git का अवतार

    jerry-git/learn-python3

    6,754GitHub पर देखें↗

    This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

    Teaches creating named tuples for readable, self-documenting immutable data records.

    HTMLjupyter-notebooklearning-pythonpython-exercises
    GitHub पर देखें↗6,754
  • ruby-concurrency/concurrent-rubyruby-concurrency का अवतार

    ruby-concurrency/concurrent-ruby

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

    Concurrent Ruby is a comprehensive concurrency toolkit for the Ruby language that provides thread-safe data structures, synchronization primitives, and asynchronous execution patterns. It implements core concurrency abstractions including an actor model framework where isolated actors communicate through asynchronous message passing, a future and promise system for composing non-blocking operations, and thread pool executors that manage reusable worker threads for concurrent task execution. The library distinguishes itself through a broad set of coordination mechanisms that go beyond basic th

    Creates structs with fields set at construction that cannot be changed, ensuring thread safety.

    Ruby
    GitHub पर देखें↗5,830
  • typelevel/catstypelevel का अवतार

    typelevel/cats

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

    Cats एक Scala फंक्शनल प्रोग्रामिंग लाइब्रेरी और टाइप क्लास लाइब्रेरी है जिसे बीजगणितीय पैटर्न और फंक्शनल एब्स्ट्रैक्शंस को लागू करने के लिए डिज़ाइन किया गया है। यह इंटरफेस का एक मानकीकृत सेट और फंक्शनल रैपर्स व कंटेनर्स का एक मॉड्यूलर टूलकिट प्रदान करता है ताकि विभिन्न टाइप्स में एड-हॉक पॉलीमॉर्फिज्म और जेनेरिक प्रोग्रामिंग को सक्षम किया जा सके। यह प्रोजेक्ट एक फंक्शनल एब्स्ट्रैक्शन स्टैंडर्ड के रूप में कार्य करता है, जो नेस्टेड इफेक्टफुल कॉन्टेक्स्ट को कंपोज़ करने और एक ही पाइपलाइन के भीतर कई कम्प्यूटेशनल साइड इफेक्ट्स को संभालने के लिए एक मोनाड ट्रांसफॉर्मर सूट प्रदान करता है। यह प्रोग्राम लॉजिक को डेटा स्ट्रक्चर्स के रूप में प्रस्तुत करके एम्बेडेड डोमेन-विशिष्ट भाषाओं के निर्माण को सक्षम बनाता है जिन्हें उनकी परिभाषाओं से अलग से इंटरप्रेट किया जाता है। यह लाइब्रेरी व्यापक क्षमता क्षेत्रों को कवर करती है जिसमें मानों को संयोजित और कम करने के लिए बीजगणितीय डेटा मैनिपुलेशन, टाइप-सेफ स्टेट मैनेजमेंट और एरर एक्यूमुलेशन व रिकवरी को औपचारिक बनाने के लिए फंक्शनल एरर हैंडलिंग शामिल है। यह इफेक्टफुल कम्प्यूटेशन मैनेजमेंट और फंक्शनल क्षमताओं के साथ स्टैंडर्ड कलेक्शन टाइप्स के विस्तार के लिए भी उपकरण प्रदान करता है। इस लाइब्रेरी में यह सुनिश्चित करने के लिए बीजगणितीय लॉ वैलिडेशन के तंत्र शामिल हैं कि टाइप क्लास इंस्टेंस गणितीय गुणों का पालन करते हैं।

    Implements high-performance immutable sequences with constant-time appending and concatenation.

    Scala
    GitHub पर देखें↗5,447
  • rtfeldman/seamless-immutablertfeldman का अवतार

    rtfeldman/seamless-immutable

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

    This is a JavaScript immutable data library used to create objects and arrays that prevent direct mutation. It serves as an immutable state manager and object wrapper designed to ensure data consistency by blocking modifications while remaining compatible with standard JavaScript syntax. The library functions as a converter that transforms standard mutable data into frozen structures and can convert them back for local modifications. This allows for a workflow where data is switched between immutable and mutable versions to perform bulk edits before locking the state again. The project provi

    Provides a mechanism to check whether a specific object or array is an immutable structure.

    JavaScript
    GitHub पर देखें↗5,339
  • alexandru/scala-best-practicesalexandru का अवतार

    alexandru/scala-best-practices

    4,352GitHub पर देखें↗

    यह प्रोजेक्ट Scala में स्वच्छ, मुहावरेदार (idiomatic) और बनाए रखने योग्य कोड लिखने के लिए क्यूरेटेड दिशानिर्देशों और मैनुअल का एक संग्रह है। यह Scala कोडिंग मानकों, कार्यात्मक प्रोग्रामिंग डिज़ाइन और एंटरप्राइज़ सॉफ़्टवेयर आर्किटेक्चर के लिए एक व्यापक गाइड के रूप में कार्य करता है। रिपॉजिटरी थ्रेड सुरक्षा सुनिश्चित करने के लिए एक्टर्स, फ्यूचर्स और थ्रेड पूल के पैटर्न सहित समवर्ती प्रबंधन (concurrency management) के लिए विशिष्ट रणनीतियां प्रदान करती है। इसमें रनटाइम दक्षता में सुधार करने के लिए मेमोरी आवंटन को कम करने और कचरा संग्रहण (garbage collection) दबाव को प्रबंधित करने पर केंद्रित एक प्रदर्शन ऑप्टिमाइज़ेशन मैनुअल भी शामिल है। गाइड एप्लिकेशन आर्किटेक्चर, टाइप-सेफ त्रुटि प्रबंधन और अपरिवर्तनीय डेटा संरचनाओं के उपयोग सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करते हैं। यह मानकीकृत नामकरण सम्मेलनों, मॉड्यूलर ट्रेट डिज़ाइन, और बैक-प्रेशर व डिमांड सिग्नलिंग के कार्यान्वयन के माध्यम से सॉफ़्टवेयर गुणवत्ता आश्वासन को भी संबोधित करता है।

    Establishes standards for case class immutability and structure to ensure data integrity.

    GitHub पर देखें↗4,352
  • janet-lang/janetjanet-lang का अवतार

    janet-lang/janet

    4,308GitHub पर देखें↗

    Janet is a Lisp-based dynamic programming language featuring a register-based bytecode virtual machine and an embeddable scripting engine. It functions as a fiber-based concurrency runtime and includes a parsing engine based on Parsing Expression Grammars. The project is distinguished by its ability to be integrated into C or C++ applications via a minimal header interface. It utilizes a Lisp-style macro system for compile-time code transformation and employs prototype-based table inheritance for object-oriented behavior. The runtime covers a broad set of capabilities, including asynchronous

    Enables the creation and slicing of tuples and arrays to manage ordered, read-only data.

    Ccfunctional-languageimperative-language
    GitHub पर देखें↗4,308
  • databricks/scala-style-guidedatabricks का अवतार

    databricks/scala-style-guide

    2,784GitHub पर देखें↗

    Defines case classes with immutable constructor parameters and uses the copy constructor for changes to prevent hash-related bugs.

    GitHub पर देखें↗2,784
  • tobgu/pyrsistenttobgu का अवतार

    tobgu/pyrsistent

    2,186GitHub पर देखें↗

    Persistent/Immutable/Functional data structures for Python

    Provides persistent, immutable, and functional data structures.

    Python
    GitHub पर देखें↗2,186
  • magicstack/immutablesMagicStack का अवतार

    MagicStack/immutables

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

    A high-performance immutable mapping type for Python.

    Offers an efficient immutable mapping type for Python.

    C
    GitHub पर देखें↗1,206
  • discoproject/discodbdiscoproject का अवतार

    discoproject/discodb

    99GitHub पर देखें↗

    An efficient, immutable, persistent mapping object

    Implements an efficient, immutable, and persistent mapping object.

    C
    GitHub पर देखें↗99
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Immutable Data Structures

सब-टैग एक्सप्लोर करें

  • Immutability Converters1 सब-टैगUtilities for transforming immutable data structures back into standard JavaScript objects and arrays. **Distinct from Immutable Data Structures:** Specifically covers the conversion process, whereas the parent focuses on the data structures themselves.
  • Immutability DetectionMethods for identifying whether a data structure was created as an immutable object. **Distinct from Immutable Data Structures:** Focuses on detection of immutability rather than the implementation of the structures themselves.
  • Immutable Graph StructuresAlgebraic implementations of graph data structures that prevent mutation and invalid states. **Distinct from Immutable Data Structures:** Specializes general immutable data structures for the specific case of graph nodes and edges.
  • Immutable QueuesFirst-in-first-out collections that maintain immutability through persistent data structures. **Distinct from Immutable Data Structures:** Distinct from Immutable Data Structures: specifically defines the FIFO queue behavior within a persistent context.
  • Immutable Sequences1 सब-टैगOrdered persistent collections of data utilizing high-performance structures like AVL trees. **Distinct from Immutable Data Structures:** Distinct from Immutable Data Structures: specifically targets ordered sequences and high-performance access patterns.
  • Named TuplesLightweight, immutable data records with named field access for readable data storage. **Distinct from Immutable Data Structures:** Distinct from Immutable Data Structures: focuses on Python's namedtuple pattern for creating simple immutable records, not general persistent data structures.