Skip to content

Commit

Permalink
Update FasterLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Sep 16, 2020
1 parent 12aa82f commit 87b6991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cs/FasterLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Underlying FasterLog is a global 64-bit logical log address space starting from
segments corresponding to files on disk. Each segment consists of a fixed number of pages. Both segment
and pages sizes are configurable during construction of FasterLog. By default,
FasterLog commits at page boundaries. You can also force-commit the log as frequently as you need, e.g., every
5ms. The typical use cases of FasterLog are captured in our extremely detailed commented sample [here](https://github.com/microsoft/FASTER/blob/master/cs/playground/FasterLogSample/Program.cs). FasterLog
5ms. The typical use cases of FasterLog are captured in our extremely detailed commented sample [here](https://github.com/microsoft/FASTER/blob/master/cs/samples/FasterLogSample/Program.cs). FasterLog
works with .NET Standard 2.0, and can be used on a broad range of machines and devices. We have tested
it on both Windows and Linux-based machines.

Expand Down

0 comments on commit 87b6991

Please sign in to comment.