Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Software . 2026
Data sources: ZENODO
ZENODO
Software . 2026
Data sources: Datacite
ZENODO
Software . 2026
Data sources: Datacite
versions View all 2 versions
addClaim

queelius/accumux: v1.3.0: Extended Accumulators and Distributed Computing

Authors: Alex Towell;

queelius/accumux: v1.3.0: Extended Accumulators and Distributed Computing

Abstract

Highlights This release significantly expands accumux with new accumulators for statistical analysis, thread-safe wrappers, and distributed computing patterns. New Accumulators | Accumulator | Description | |-------------|-------------| | ema_accumulator | Exponential moving average with configurable alpha, period, or half-life | | covariance_accumulator | Online covariance, correlation coefficient, and linear regression | | histogram_accumulator | Fixed-bin histogram with density, CDF, and quantile estimation | | p2_quantile_accumulator | P² algorithm for streaming quantile estimation (O(1) space) | | reservoir_quantile_accumulator | Reservoir sampling for exact quantiles on bounded sample | New Core Features Thread Safety (thread_safe.hpp) mutex_accumulator: Mutex-protected wrapper sharded_accumulator: Lock-striped sharding for reduced contention rw_accumulator: Read-write lock for concurrent reads Distributed Computing (distributed.hpp) map_reduce_accumulator: Parallel map-reduce over data ranges sliding_window_accumulator: Fixed-size sliding window statistics hierarchical_merge: Log-depth parallel merge Serialization (serialization.hpp) Binary serialization with to_bytes() / from_bytes() JSON export with to_json() Algebraic Abstractions (algebra.hpp) Monoid, Functor, Applicative concepts fmap() for transforming accumulator results fold() for reducing collections Variadic Composition (variadic_composition.hpp) parallel(): N-ary parallel composition sequential(): N-ary pipeline composition Single-Include Header #include includes all components Test Coverage 268 tests (up from 183 in v1.2.0) All tests passing Installation Header-only library. Copy include/accumux/ to your project or use CMake FetchContent. FetchContent_Declare( accumux GIT_REPOSITORY https://github.com/queelius/accumux.git GIT_TAG v1.3.0 ) FetchContent_MakeAvailable(accumux)

  • BIP!
    Impact byBIP!
    selected citations
    These citations are derived from selected sources.
    This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    0
    popularity
    This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
    Average
    influence
    This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    Average
    impulse
    This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
    Average
Powered by OpenAIRE graph
Found an issue? Give us feedback
selected citations
These citations are derived from selected sources.
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Citations provided by BIP!
popularity
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
BIP!Popularity provided by BIP!
influence
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Influence provided by BIP!
impulse
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
BIP!Impulse provided by BIP!
0
Average
Average
Average