From 70585cfec5045d8a0c33a4ab71fe5d8a4ddd7036 Mon Sep 17 00:00:00 2001 From: Alexey Ozeritskiy Date: Sun, 3 Mar 2024 21:51:06 +0300 Subject: [PATCH] Add media resources --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04ded62..2c4e5ee 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,9 @@ The KV client expects commands as input: 2. `get ` - Retrieves a value by its key. 3. `list` - Displays all key/value pairs in the store. 4. `del ` - Deletes a key from the store. + +## Media +1. [Implementation of the Raft Consensus Algorithm Using C++20 Coroutines](https://dzone.com/articles/implementation-of-the-raft-consensus-algorithm-usi) +2. [Разработка сетевой библиотеки на C++20: интеграция асинхронности и алгоритма Raft (часть 1)](https://www.linux.org.ru/articles/development/17447126) +3. [Разработка сетевой библиотеки на C++20: интеграция асинхронности и алгоритма Raft (часть 2)](https://www.linux.org.ru/articles/development/17449693) +4. [Simplifying Raft with C++20 coroutines](https://youtu.be/xztv-zIDLxc?si=3amGsi0Co9ZP6flT)