An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.sets.concurrent.slidingwindow

A high-throughput, thread-safe set whose bucketed entries automatically expire after a fixed time window.
https://github.com/soenneker/soenneker.sets.concurrent.slidingwindow

auto-expire concurrency concurrent csharp de-dupe dedupe dotnet object set sets slidingwindow slidingwindowconcurrentset threadsafe

Last synced: 20 days ago
JSON representation

A high-throughput, thread-safe set whose bucketed entries automatically expire after a fixed time window.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.sets.concurrent.slidingwindow.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sets.concurrent.slidingwindow/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.sets.concurrent.slidingwindow/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.sets.concurrent.slidingwindow/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.sets.concurrent.slidingwindow.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sets.concurrent.slidingwindow/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Sets.Concurrent.SlidingWindow
### A high-throughput, thread-safe set whose bucketed entries automatically expire after a fixed time window.

## Installation

```
dotnet add package Soenneker.Sets.Concurrent.SlidingWindow
```