Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FasterLog and FASTER to dotnet-developer-projects.md #1146

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

badrishc
Copy link
Contributor

@badrishc badrishc commented Dec 4, 2019

Added references to two high-performance .NET components from Microsoft Research:

  • FasterLog: A high-performance reliable concurrent messaging library
  • FASTER: A latch-free key-value store and caching library over a record-oriented log

See overall project at https://github.com/microsoft/FASTER, and the new reliable messaging library based on FASTER at https://github.com/microsoft/FASTER/blob/master/docs/cs/FasterLog.md

Added references to two high-performance components from Microsoft Research:
* FasterLog: A high-performance reliable concurrent messaging library
* FASTER: A latch-free key-value store and caching library over a record-oriented log
Copy link
Member

@danmoseley danmoseley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Apologies for the delay

@danmoseley danmoseley merged commit e4544ed into microsoft:master Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants