Dapp-a-day 24: Rate Accumulator

in #ethereum8 years ago

dapp-a-day-24 2x


A Rate Accumulator is a building block for tracking a set of balances with a continuous variable return rate. It will correctly prorate balances in constant time no matter how frequently the rate is updated or balances are changed (each at most once per timestamp).

This comes at a cost of storage space that is linear with number of "points": Any time the rate is changed or a balance is read, a storage slot is polluted forever. Reuse rate accumulators whenever possible - the same accumulator can be used for totally different balance sets with no extra penalty.

https://github.com/nexusdev/ds-rate-accumulator

Coin Marketplace

STEEM 0.30
TRX 0.11
JST 0.031
BTC 68622.46
ETH 3788.62
USDT 1.00
SBD 3.66