awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MagicStack avatar

MagicStack/immutables

0
View on GitHub↗
1,206 Stars·59 Forks·C·1 Aufruf

Immutables

A high-performance immutable mapping type for Python.

Features

  • Immutable Data Structures - Offers an efficient immutable mapping type for Python.

Star-Verlauf

Star-Verlauf für magicstack/immutablesStar-Verlauf für magicstack/immutables

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Immutables

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Immutables.
  • chvin/react-tetrisAvatar von chvin

    chvin/react-tetris

    8,717Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,717
  • facebook/immutable-jsAvatar von facebook

    facebook/immutable-js

    33,060Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗33,060
  • getify/functional-light-jsAvatar von getify

    getify/Functional-Light-JS

    16,763Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,763
  • google/guavaAvatar von google

    google/guava

    51,473Auf GitHub ansehen↗

    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

    Javaguavajava
    Auf GitHub ansehen↗51,473
Alle 13 Alternativen zu Immutables anzeigen→

Häufig gestellte Fragen

Was macht magicstack/immutables?

A high-performance immutable mapping type for Python.

Was sind die Hauptfunktionen von magicstack/immutables?

Die Hauptfunktionen von magicstack/immutables sind: Immutable Data Structures.

Welche Open-Source-Alternativen gibt es zu magicstack/immutables?

Open-Source-Alternativen zu magicstack/immutables sind unter anderem: 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… getify/functional-light-js — Functional-Light-JS is a JavaScript functional programming library designed to implement functional patterns within… 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… louthy/language-ext — language-ext is a functional programming framework for C# that provides a suite of immutable data structures and…