awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesImmutable Queues

First-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.

Explore 1 awesome GitHub repository matching part of an awesome list · Immutable Queues. Refine with filters or upvote what's useful.

Awesome Immutable Queues GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • louthy/language-extAvatar de louthy

    louthy/language-ext

    7,057Ver en GitHub↗

    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#
    Ver en GitHub↗7,057
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Immutable Data Structures
  5. Immutable Queues