2 个仓库
Extracting a subset of data points at regular intervals.
Distinct from Interval-Based Resource Sampling: Candidates focus on system resource sampling or financial metadata; this is a general data sampling operation.
Explore 2 awesome GitHub repositories matching data & databases · Interval Sampling. Refine with filters or upvote what's useful.
Reactor Core is a reactive programming toolkit and non-blocking foundation for composing asynchronous data pipelines on the JVM. It serves as an asynchronous stream processing framework and a backpressure management system, allowing developers to transform, filter, and combine sequences of events while regulating data flow between producers and consumers to prevent resource exhaustion. The library differentiates itself through a sophisticated concurrency scheduling system and demand-based flow control. It decouples signal processing from specific threads using a scheduler registry and provide
Selects a subset of stream elements based on time intervals, windows, or timeout triggers.
DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous memory. It functions as a statistical analysis framework and time series analysis toolkit, providing the means to store, index, and transform multidimensional datasets. The project distinguishes itself through a high-performance execution model that utilizes column-major storage, SIMD-aligned memory allocation, and a thread-pool for parallel computations. It employs a visitor-based algorithm dispatch system and policy-driven transformations to decouple data processing logic f
Extracts datapoints at a regular interval as a new data structure or a reference view.