Skip to content

Commit e4544ed

Browse files
authored
Merge pull request microsoft#1146 from badrishc/patch-1
Add FasterLog and FASTER to dotnet-developer-projects.md
2 parents 7364eca + a19239e commit e4544ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet-developer-projects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
9494
* [Brighter](https://github.com/iancooper/Paramore) - A Command Dispatcher and Command Processor library with support for Work or Task Queues over different MoM implementations such as RabbitMQ.
9595
* [CAP](https://github.com/dotnetcore/CAP) - An EventBus with local persistent message functionality for RabbitMQ or Kafka.
9696
* [EasyNetQ](https://github.com/mikehadlow/EasyNetQ) - An easy to use .NET API for RabbitMQ.
97+
* [FasterLog](https://github.com/microsoft/FASTER/blob/master/docs/cs/FasterLog.md): A high-performance concurrent persistent log (messaging queue) library for .NET, supporting group commit, scans, and random reads over tiered/sharded local and cloud storage.
9798
* [Lime](https://github.com/takenet/lime-csharp) - A lightweight messaging library.
9899
* [MassTransit](https://github.com/MassTransit/MassTransit) - A distributed application framework for RabbitMQ and Azure Service Bus.
99100
* [NServiceBus](https://github.com/Particular/NServiceBus) - The most popular service bus for .NET.
@@ -141,6 +142,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
141142
* [Excel-DNA](https://github.com/Excel-DNA/ExcelDna) - Create high-performance, easy to deploy Excel add-ins with .NET - [Home](http://excel-dna.net)
142143
* [ExtCore](https://github.com/ExtCore/ExtCore) - Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core 1.1.
143144
* [ExtraLINQ](https://github.com/mariusschulz/ExtraLINQ) - Various extension methods for working with .NET collections.
145+
* [FASTER](https://github.com/microsoft/FASTER): A high-performance concurrent, latch-free, persistent hash key-value store and caching library (over a record log) for .NET.
144146
* [FeatureToggle](https://github.com/jason-roberts/FeatureToggle) - Simple, reliable feature toggles in .NET.
145147
* [FlatMapper](https://github.com/kappy/FlatMapper) - A library to import and export data from and to plain text files in a Linq compatible way.
146148
* [FluentBootstrap](https://github.com/somedave/FluentBootstrap) - Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.

0 commit comments

Comments
 (0)