From 0df1f728a66d32e4196738fe0836421d7f671b7d Mon Sep 17 00:00:00 2001 From: Alexey Ozeritskiy Date: Sun, 3 Mar 2024 21:55:45 +0300 Subject: [PATCH] Add habr article --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4e5ee..ef678d1 100644 --- a/README.md +++ b/README.md @@ -90,4 +90,5 @@ The KV client expects commands as input: 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) +4. [High-performance network library using C++20 coroutines](https://habr.com/ru/articles/768418/) +5. [Simplifying Raft with C++20 coroutines](https://youtu.be/xztv-zIDLxc?si=3amGsi0Co9ZP6flT)