awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tobgu avatar

tobgu/pyrsistent

0
View on GitHub↗
2,186 نجوم·166 تفرعات·Python·MIT·2 مشاهدات

Pyrsistent

Persistent/Immutable/Functional data structures for Python

Features

  • Data Structures - Persistent, immutable, and functional data structures.
  • Immutable Data Structures - Provides persistent, immutable, and functional data structures.

سجل النجوم

مخطط تاريخ النجوم لـ tobgu/pyrsistentمخطط تاريخ النجوم لـ tobgu/pyrsistent

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Pyrsistent

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pyrsistent.
  • facebook/immutable-jsالصورة الرمزية لـ facebook

    facebook/immutable-js

    33,060عرض على 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

    TypeScript
    عرض على GitHub↗33,060
  • kotlin/kotlinx.collections.immutableالصورة الرمزية لـ Kotlin

    Kotlin/kotlinx.collections.immutable

    1,409عرض على GitHub↗

    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, stand

    Kotlincollectionsimmutableimmutable-collections
    عرض على GitHub↗1,409
  • getify/functional-light-jsالصورة الرمزية لـ getify

    getify/Functional-Light-JS

    16,763عرض على GitHub↗

    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

    JavaScript
    عرض على GitHub↗16,763
  • chvin/react-tetrisالصورة الرمزية لـ chvin

    chvin/react-tetris

    8,717عرض على GitHub↗

    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

    JavaScriptimmutablereactredux
    عرض على GitHub↗8,717
عرض جميع البدائل الـ 30 لـ Pyrsistent→

الأسئلة الشائعة

ما هي وظيفة tobgu/pyrsistent؟

Persistent/Immutable/Functional data structures for Python

ما هي الميزات الرئيسية لـ tobgu/pyrsistent؟

الميزات الرئيسية لـ tobgu/pyrsistent هي: Data Structures, Immutable Data Structures.

ما هي البدائل مفتوحة المصدر لـ tobgu/pyrsistent؟

تشمل البدائل مفتوحة المصدر لـ tobgu/pyrsistent: facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation… kotlin/kotlinx.collections.immutable — Kotlinx.collections.immutable is a persistent data structure library for Kotlin that provides immutable lists, sets,… immutable-js/immutable-js — Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a… chvin/react-tetris — This is a browser-based Tetris game built with React, using Redux and Immutable.js to manage all game state in a… google/guava — Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency… getify/functional-light-js — Functional-Light-JS is a JavaScript functional programming library designed to implement functional patterns within…