Skip to content

Commit

Permalink
Update home.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Mar 5, 2022
1 parent b9f617c commit 99edce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ NVMe SSDs using less than a core of CPU, and scaling well in a multi-threaded se
* Async API support has been improved, with async versions of `Upsert` and `Delete` added. Spin-wait has been significantly reduced in the codebase.

* We support variable-length keys and values in FasterKV C# via `Memory<byte>` and more generally `Memory<T> where T : unmanaged` as key/value/input types. We also added
a new type called `SpanByte` to represent variable-length keys and values. See the sample [here](https://github.com/Microsoft/FASTER/tree/master/cs/samples/StoreVarLenTypes) for details on these capabilities. This is in addition to the existing object-log support for class types.
a new type called `SpanByte` to represent variable-length keys and values. See the sample [here](https://github.com/Microsoft/FASTER/tree/main/cs/samples/StoreVarLenTypes) for details on these capabilities. This is in addition to the existing object-log support for class types.

* We support C# async in FASTER KV (and FASTER Log). See the guides for [FasterKV](docs/fasterkv-basics/) and [FasterLog](docs/fasterlog-basics/)
for more information. Also, check out the samples [here](https://github.com/Microsoft/FASTER/tree/master/cs/samples).
for more information. Also, check out the samples [here](https://github.com/Microsoft/FASTER/tree/main/cs/samples).


# Getting Started

* Quick-Start Guide and Docs: [here](docs/quick-start-guide/)
* Source Code: [https://github.com/microsoft/FASTER](https://github.com/microsoft/FASTER)
* C# Samples: [https://github.com/microsoft/FASTER/tree/master/cs/samples](https://github.com/microsoft/FASTER/tree/master/cs/samples)
* C# Samples: [https://github.com/microsoft/FASTER/tree/main/cs/samples](https://github.com/microsoft/FASTER/tree/main/cs/samples)
* C# NuGet binary feed:
* [Microsoft.FASTER.Core](https://www.nuget.org/packages/Microsoft.FASTER.Core/)
* [Microsoft.FASTER.Devices.AzureStorage](https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage/)
Expand Down

0 comments on commit 99edce5

Please sign in to comment.