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

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

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

Kotlin/kotlinx.collections.immutable

0
View on GitHub↗
1,409 स्टार्स·68 फोर्क्स·Kotlin·Apache-2.0·6 व्यूज़

Kotlinx.collections.immutable

Kotlinx.collections.immutable is a persistent data structure library for Kotlin that provides immutable lists, sets, and maps for state management. It enforces strict immutability by exposing read-only interfaces that block unauthorized modifications at compile time, while persistent structural sharing allows modified copies to efficiently reuse underlying memory storage with the original collection.

Multiple insertions and removals can be batched through temporary mutable builder interfaces to instantly produce new persistent collections without intermediate allocations. Additionally, standard collections are transformed into immutable variants through zero-copy conversion by reusing existing underlying instances that already match the target type.

Features

  • Immutable Data Structures - Shares data safely across application components using persistent structures that prevent in-place modification and guarantee predictable state.
  • Kotlin Immutable Collection Libraries - Provides persistent, read-only lists, sets, and maps for safe state management in Kotlin applications.
  • Kotlin Immutability Extensions - Enforces strict immutability across lists, sets, and maps in Kotlin applications to prevent unauthorized modifications.
  • Collection Builders - Batches multiple insertions and removals through temporary mutable builder interfaces to instantly produce new persistent collections.
  • Bulk Mutable Builders - Batches multiple insertions and removals through temporary mutable builder interfaces to instantly produce new persistent collections without intermediate allocations.
  • Persistent Structural Memory Sharing - Creates modified copies of persistent data structures efficiently by sharing underlying memory storage with the original collection.
  • Type-Safe Immutability Enforcements - Enforces strict immutability across lists, sets, and maps by exposing read-only interfaces that block unauthorized modifications at compile time.
  • Persistent Data Structures - Enables memory-efficient data sharing by reusing underlying storage across modified copies of collection structures.
  • Structural Sharing - Reuses unchanged underlying structural nodes efficiently between modified copies of persistent data collections.
  • Immutable Collection Protections - Enforces strict immutability across lists, sets, and maps by exposing read-only interfaces that block unauthorized modifications.
  • Application State Management - Shares data safely across application components using persistent structures that guarantee predictable state.
  • Immutability Converters - Transforms standard read-only or mutable collections into immutable variants while reusing existing instances.
  • Kotlin - Maintains predictable application state through immutable and thread-safe collection structures.
  • Memory Efficiency Strategies - Creates modified copies of persistent data structures efficiently by sharing underlying memory storage with the original collection.
  • Zero-Copy Type Conversions - Transforms standard collections into immutable variants through zero-copy conversion by reusing existing underlying instances.

स्टार हिस्ट्री

kotlin/kotlinx.collections.immutable के लिए स्टार हिस्ट्री चार्टkotlin/kotlinx.collections.immutable के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Kotlinx.collections.immutable को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Kotlinx.collections.immutable दिखाई देता है।
  • List processing library

Kotlinx.collections.immutable के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Kotlinx.collections.immutable के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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

    TypeScript
    GitHub पर देखें↗33,060
  • 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

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

    liuxinyu95/AlgoXY

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

    AlgoXY is a functional programming educational book and technical publication produced as a LaTeX digital book. It serves as a programming education resource and library focused on functional algorithms and data structures. The project provides a collection of persistent data structures, such as trees and heaps, designed for immutable state management. It includes a series of implementation exercises and verified answers to teach core computer science concepts through the practical application of functional logic. The content covers the design of persistent data structures and the implementa

    TeXalgorithmsfunctional-programminghaskell
    GitHub पर देखें↗6,325
  • 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

    C#
    GitHub पर देखें↗7,057
Kotlinx.collections.immutable के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

kotlin/kotlinx.collections.immutable क्या करता है?

Kotlinx.collections.immutable is a persistent data structure library for Kotlin that provides immutable lists, sets, and maps for state management. It enforces strict immutability by exposing read-only interfaces that block unauthorized modifications at compile time, while persistent structural sharing allows modified copies to efficiently reuse underlying memory storage with the original collection.

kotlin/kotlinx.collections.immutable की मुख्य विशेषताएं क्या हैं?

kotlin/kotlinx.collections.immutable की मुख्य विशेषताएं हैं: Immutable Data Structures, Kotlin Immutable Collection Libraries, Kotlin Immutability Extensions, Collection Builders, Bulk Mutable Builders, Persistent Structural Memory Sharing, Type-Safe Immutability Enforcements, Persistent Data Structures।

kotlin/kotlinx.collections.immutable के कुछ ओपन-सोर्स विकल्प क्या हैं?

kotlin/kotlinx.collections.immutable के ओपन-सोर्स विकल्पों में शामिल हैं: immutable-js/immutable-js — Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a… facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation… montagejs/collections — Collections is a JavaScript data structure library that provides unified interfaces for sets, maps, ordered sequences,… liuxinyu95/algoxy — AlgoXY is a functional programming educational book and technical publication produced as a LaTeX digital book. It… louthy/language-ext — language-ext is a functional programming framework for C# that provides a suite of immutable data structures and… apple/swift-collections — This library provides a collection of specialized data structures for the Swift language that extend the standard…