microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.29k stars 565 forks source link

Broken link to Playground example #831

Closed alexeyzimarev closed 1 year ago

alexeyzimarev commented 1 year ago

This page https://microsoft.github.io/FASTER/docs/fasterlog-basics/ contains the following:

Note that while RefreshUncommitted incurs a small CPU overhead to the write operation, it does not perform any I/O operation. The example in playground shows how to use this feature.

However, the link is broken as there's no FasterLogPubSub sample in the repository anymore.

alexeyzimarev commented 1 year ago

I guess this is where it should be pointing to https://github.com/microsoft/FASTER/blob/00ed6ea3bf1420ed5840d231644f3845c4b2440c/cs/samples/FasterLogPubSub/Program.cs

badrishc commented 1 year ago

Thanks, fixed.