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

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

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

Cysharp/R3

0
View on GitHub↗
3,616 星标·160 分支·C#·mit·9 次浏览

R3

R3 is a reactive extensions library and asynchronous data pipeline framework. It provides a system for composing asynchronous data streams, managing reactive state, and coordinating event sequences using observable patterns.

The project distinguishes itself with a deterministic testing toolkit that mocks time and frame updates to ensure reproducible unit tests for asynchronous logic. It also includes observability tools for tracking active subscriptions and generating stack traces to identify memory leaks, alongside centralized exception routing for pipeline recovery.

The framework covers a broad surface of reactive capabilities, including stream composition, pipeline transformations, and thread-aware scheduling. It provides utilities to convert standard events, property changes, and game engine signals into unified reactive streams, and includes data binding logic to link reactive properties to command execution.

Features

  • Observable Streams - Provides core architectural patterns for modeling and composing asynchronous, push-based observable data streams.
  • Reactive Stream Architectures - Provides an architectural framework for composing and transforming asynchronous event sequences into data pipelines.
  • Reactive Programming - Provides a comprehensive toolkit for building asynchronous data pipelines using reactive programming patterns.
  • Event-to-Stream Conversions - Transforms standard event triggers into reactive streams to compose them with other asynchronous data sequences.
  • Game Engine Event Streams - Converts engine-specific triggers, physics loops, and frame updates into reactive data streams for game logic coordination.
  • Deterministic Time Simulation - Simulates time passage and frame updates with mock providers to ensure deterministic testing of asynchronous logic.
  • Reactive Extensions - Implements a library for composing asynchronous and event-based programs using observable sequences.
  • Deterministic Testing Toolkits - Ships a toolkit for mocking time and frames to perform reproducible unit tests on asynchronous logic.
  • Data Transformation Pipelines - Implements linear sequences of pure functions to transform, filter, and combine asynchronous event sequences.
  • Property-to-Stream Conversions - Turns property change notifications into reactive streams to trigger actions whenever model state changes.
  • Async Data Pipeline Frameworks - Provides a framework for transforming, filtering and coordinating streams of data across different threading models.
  • UI Thread Schedulers - Coordinates the delivery of asynchronous data streams specifically to the main UI thread or engine frames.
  • Disposable Observers - Implements a hierarchical disposal pattern to automatically release subscriptions and prevent memory leaks.
  • Time and Frame Providers - Decouples time and frame updates through abstract providers to allow deterministic simulation during unit testing.
  • Game State Management - Synchronizes game engine frame updates and physics loops with reactive logic to coordinate in-game behavior.
  • Task Interoperability - Converts single-value asynchronous operations into tasks to ensure interoperability with standard async-await patterns.
  • UI Data Binding - Links reactive properties to command logic to automatically update interface states based on live data changes.
  • Event-to-Observable Conversion - Converts standard event triggers and property changes into observables to simplify complex asynchronous workflows.
  • Exception Handling Pipelines - Captures unexpected errors in the data pipeline and routes them to a specified handler for logging and recovery.
  • Pipeline Exception Routing - Provides centralized exception routing to intercept and recover from unhandled errors within reactive pipelines.
  • Reactive State Management - Provides a system for binding properties and events to reactive pipelines to synchronize state and logic.
  • Subscription Lifecycle Monitoring - Monitors active data streams and generates stack traces to identify and resolve memory leaks.
  • Memory Leak Detection - Tracks active data subscriptions and generates stack traces to identify and resolve memory leaks in event pipelines.
  • Virtual Time Testing - Provides testing utilities that decouple event emission and frame updates from the system clock using mock providers.
  • UI Framework Synchronization - Synchronizes timing and frame updates with the host user interface thread to prevent rendering glitches.

Star 历史

cysharp/r3 的 Star 历史图表cysharp/r3 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

R3 的开源替代方案

相似的开源项目,按与 R3 的功能重合度排序。
  • neuecc/unirxneuecc 的头像

    neuecc/UniRx

    7,326在 GitHub 上查看↗

    UniRx is a reactive programming library and event orchestration framework for the Unity engine. It implements observable sequences and functional operators to transform callbacks, coroutines, and engine events into cancellable data streams for unified asynchronous event handling. The library provides a reactive UI binding system that synchronizes data models with user interface elements to trigger automatic visual updates. It includes a type-based publication and subscription system to route messages between producers and consumers, decoupling internal game components. The framework covers a

    C#
    在 GitHub 上查看↗7,326
  • reactivex/rxswiftReactiveX 的头像

    ReactiveX/RxSwift

    24,648在 GitHub 上查看↗

    RxSwift is a reactive programming library for Swift that provides a framework for managing push-based data flows and composing asynchronous, event-based programs. It utilizes observable sequences and functional operators to transform and filter asynchronous sequences through a declarative approach. The library is distinguished by its ability to link asynchronous data streams directly to user interface elements, automating view updates via reactive data binding. It includes specialized tools for tracking UI control properties and events on the main thread, as well as the ability to encapsulate

    Swift
    在 GitHub 上查看↗24,648
  • cyclejs/cyclejsC

    cyclejs/cyclejs

    10,229在 GitHub 上查看↗

    Cycle.js is a functional reactive web framework and observable-driven UI library used for building web applications. It employs a reactive stream architecture that treats the document object model and side effects as continuous data streams, coordinating state and logic through a functional cycle. The framework distinguishes itself by isolating side effects from core logic using a system of drivers. This architecture maps external events to internal commands through a symmetric input-output pipeline, ensuring that the application remains a cycle of pure functions. The project provides capabi

    TypeScript
    在 GitHub 上查看↗10,229
  • effector/effectoreffector 的头像

    effector/effector

    4,837在 GitHub 上查看↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    TypeScriptbusiness-logiceffectorevent-driven
    在 GitHub 上查看↗4,837
查看 R3 的所有 30 个替代方案→

常见问题解答

cysharp/r3 是做什么的?

R3 is a reactive extensions library and asynchronous data pipeline framework. It provides a system for composing asynchronous data streams, managing reactive state, and coordinating event sequences using observable patterns.

cysharp/r3 的主要功能有哪些?

cysharp/r3 的主要功能包括:Observable Streams, Reactive Stream Architectures, Reactive Programming, Event-to-Stream Conversions, Game Engine Event Streams, Deterministic Time Simulation, Reactive Extensions, Deterministic Testing Toolkits。

cysharp/r3 有哪些开源替代品?

cysharp/r3 的开源替代品包括: neuecc/unirx — UniRx is a reactive programming library and event orchestration framework for the Unity engine. It implements… reactivex/rxswift — RxSwift is a reactive programming library for Swift that provides a framework for managing push-based data flows and… cyclejs/cyclejs — Cycle.js is a functional reactive web framework and observable-driven UI library used for building web applications.… effector/effector — Effector is a reactive state management library designed for building complex, event-driven applications. It functions… amitshekhariitbhu/rxjava2-android-samples — This repository is a collection of practical implementation patterns and reference samples for using RxJava 2 to… kaushikgopal/rxjava-android-samples — This project is a sample library and implementation guide for using RxJava to manage asynchronous data streams and…