OrleansGettingStarted
Repository for blog posts pertaining to Orleans "Getting Started" (by Kritner-Blogs)
BitFaster.Caching
High performance, thread-safe in-memory caching primitives for .NET (by bitfaster)
Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- Revelo Payroll - Free Global Payroll designed for tech teams
OrleansGettingStarted | BitFaster.Caching | |
---|---|---|
1 | 2 | |
43 | 241 | |
- | - | |
10.0 | 0.0 | |
12 months ago | 7 days ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OrleansGettingStarted
Posts with mentions or reviews of OrleansGettingStarted.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-15.
-
Microsoft Orleans: Grain Caches
Like in past posts where I’m demonstrating something Orleansly, we’ll be working from my github repo starting here https://github.com/Kritner-Blogs/OrleansGettingStarted/releases/tag/v0.62.0. Prior to us creating another IOrleansFunction, we actually need to write the thing we’re be demonstrating, the cache!
BitFaster.Caching
Posts with mentions or reviews of BitFaster.Caching.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-15.
-
Microsoft Orleans: Grain Caches
As for the implementation of the grain, I’m leaning heavily on an LRU cache from the package https://github.com/bitfaster/BitFaster.Caching/.
-
Best data structures and algorithms packages?
BitFaster.Caching - Contains some Psuedo-LRU caches with a good bit of customizability.
What are some alternatives?
When comparing OrleansGettingStarted and BitFaster.Caching you can also consider the following projects:
CacheManager - CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
language-ext - C# functional language extensions - a base class library for functional programming