-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Links
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Introduction to FASTER C# | ||
========================= | ||
|
||
FASTER C# works in .NET Framework and .NET core, and offers two components. You can access their docs at the links below. All docs for FASTER C# are rooted at [this link](../docs/cs). | ||
FASTER C# works in .NET Framework and .NET core, and offers two components. You can access their docs at the links below. All docs for FASTER C# are rooted at [this link](https://microsoft.github.io/FASTER/docs/quick-start-guide/). | ||
|
||
1. [FasterLog](../docs/cs/FasterLog.md): A fast concurrent persistent log over memory and tiered storage, with lazy commits and tailing persistent iterators. | ||
2. [FasterKV](../docs/cs/FasterKV.md): A fast concurrent key-value store and cache over memory and tiered storage, with checkpointing and atomic | ||
1. [FasterLog](https://microsoft.github.io/FASTER/docs/fasterlog-basics/): A fast concurrent persistent log over memory and tiered storage, with lazy commits and tailing persistent iterators. | ||
2. [FasterKV](https://microsoft.github.io/FASTER/docs/fasterkv-basics/): A fast concurrent key-value store and cache over memory and tiered storage, with checkpointing and atomic | ||
update capabilities. | ||
|