Skip to content

Commit

Permalink
add BitFaster.Caching (quozd#1224)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Peck <[email protected]>
  • Loading branch information
bitfaster and Alex Peck authored Jul 29, 2024
1 parent b61365a commit 1c22c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w
* [Cache Tower](https://github.com/TurnerSoftware/CacheTower) - An efficient multi-layered caching system for .NET (In-Memory, Redis, Database, File etc)
* [FusionCache](https://github.com/jodydonetti/ZiggyCreatures.FusionCache) - An easy to use, high performance and robust cache with an optional distributed 2nd layer and some advanced features, like a fail-safe mechanism and advanced timeouts management
* [LazyCache](https://github.com/alastairtree/LazyCache) - A simple, developer friendly, in-memory thread-safe caching service. It leverages Microsoft.Extensions.Caching and Lazy to provide performance and reliability in heavy load scenarios.
* [BitFaster.Caching](https://github.com/bitfaster/BitFaster.Caching) - Thread-safe in-memory caches optimized for very high concurrent throughput, near optimal hit rate and low latency.

## Calendar

Expand Down

0 comments on commit 1c22c09

Please sign in to comment.