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.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.sets.concurrent.slidingwindow
- Owner: soenneker
- License: mit
- Created: 2026-03-03T14:47:07.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-03-10T09:06:43.000Z (22 days ago)
- Last Synced: 2026-03-10T10:45:25.534Z (22 days ago)
- Topics: auto-expire, concurrency, concurrent, csharp, de-dupe, dedupe, dotnet, object, set, sets, slidingwindow, slidingwindowconcurrentset, threadsafe
- Language: C#
- Homepage: https://soenneker.com
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.sets.concurrent.slidingwindow/)
[](https://github.com/soenneker/soenneker.sets.concurrent.slidingwindow/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.sets.concurrent.slidingwindow/)
#  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
```