Skip to content

Releases: C-Pro/rolling

rename tag

04 Feb 05:21
c7aa220
Compare
Choose a tag to compare
Merge pull request #9 from C-Pro/fix/remove-unused-prev

remove unused prev reference

v0.2.3 fix memory leak

04 Feb 04:52
c7aa220
Compare
Choose a tag to compare

Fixes memory leak due to unused reference to previous element.

v0.2.2

21 Jan 05:39
323dd26
Compare
Choose a tag to compare

Remove couple of unnecessary IFs

v0.2.1 Ignore out of order

13 Jan 05:06
ccace7f
Compare
Choose a tag to compare

Ignore out of order values in AddAt to avoid unexpected behaviour in Expire.

Backfill AddAt function

17 Apr 02:49
d414a54
Compare
Choose a tag to compare

Add function AddAt that allows to add value at a specified timestamp.
The use case is to backfill data with past values on service restart.
AddAt still should be called in order of timestamps, so the eviction will work as expected.

fix: Evict Last

11 Nov 04:45
1a5d3e7
Compare
Choose a tag to compare

Fix Last pointer not cleared when all items are evicted from the window.

Initial release

19 Jul 09:20
f64bebf
Compare
Choose a tag to compare

Supports the most basic metrics, no quantiles support yet.