1 dépôt
Logic for comparing the sequence and timing of events between two reactive streams.
Distinct from Pluggable Comparators: Specifically compares event streams (sequence + time), not just static token equality.
Explore 1 awesome GitHub repository matching software engineering & architecture · Stream Equality Comparators. Refine with filters or upvote what's useful.
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
Compares the sequence and timing of events between two streams using a custom or default comparator.