awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • louthy/language-extlouthy 的头像

    louthy/language-ext

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