accumulator
There are 112 repositories under accumulator topic.
oeljeklaus-you/UserActionAnalyzePlatform
电商用户行为分析大数据平台
developit/asyncro
⛵️ Beautiful Array utilities for ESnext async/await ~
cambrian/accumulator
Cryptographic accumulators in Rust.
bharathgs/NALU
Basic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units paper by trask et.al
docknetwork/crypto
Rust crypto library for data privacy tools
erihsu/INT_FP_MAC
INT8 & FP16 multiplier accumulator (MAC) design with UVM verification completed.
cambrian/accumulator-demo
A proof-of-concept for stateless Bitcoin nodes.
docknetwork/crypto-wasm-ts
Typescript abstractions over Rust crypto library's WASM wrapper
johnoliverdriscoll/ecc-acc
Elliptic curve accumulator
docknetwork/crypto-wasm
WASM wrapper over the crypto library
heal-research/vstat
SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)
managedcode/TimeSeries
TimeSeries, provides convenient tools for working with time series data in C#. It includes classes for accumulating and summarizing data in time frames, as well as storing and compressing the data efficiently
johnoliverdriscoll/rsa-acc
RSA accumulator
lmammino/stream-accumulator
Accumulate all the data flowing through a stream and emit it as a single chunk or as a promise
westarlabs/rsa-accumulator
Cryptographic accumulator based on the strong RSA assumption, Kotlin
Jayx239/IBM701Emulator
An IBM 701 (Defense Calculator) Emulator
nar10z/go-accumulator
Solution for accumulation of events and their subsequent processing.
ivan114/ObjectAccumulator
A Javascript/Typescript object merging tool, focus on performance and easy-to-use. Good alternative to deepmerge and lodash _.merge in most cases.
muellan/statistics
Header-only collection of statistics utilities for C++14
fxfactorial/accumulator
RSA accumulator in go lang
lovesh/cks_accumulator
Pairing based accumulator
SubconsciousCompute/SimpleAccumulator
A simple accumulator inspired from boost::accumulator
michelerenzullo/FastBoxBlur
Fast Box Blur using a sliding accumulator and with reflected borders policy
dominiksalvet/tine-alpha
8-bit MISC processor with pipelining
johnoliverdriscoll/compauth
A proof-of-concept permission system using accumulators.
MohammadNiknam17/vending_machine_processor
VHDL codes for 8-bit Vending Machine Processor, support for two drinks & three types of coins. contains: fsm, Accumulator, comparator, subtractor, mux, Adder, etc.
stdlib-js/stats-incr-gmean
Compute a geometric mean incrementally.
stdlib-js/stats-incr-mgmean
Compute a moving geometric mean incrementally.
stdlib-js/stats-incr-mmaape
Compute a moving arctangent mean absolute percentage error (MAAPE) incrementally.
stdlib-js/stats-incr-mmae
Compute a moving mean absolute error (MAE) incrementally.
stdlib-js/stats-incr-mprod
Compute a moving product incrementally.
stdlib-js/stats-incr-prod
Compute a product incrementally.
stdlib-js/stats-incr-skewness
Compute a corrected sample skewness incrementally.
stdlib-js/stats-incr-summary
Compute a statistical summary incrementally.
stdlib-js/utils-map-reduce
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
stdlib-js/utils-map-reduce-right
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.