From 75175c2d2358ecf72e5c080c9f863a4793aaf15e Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 6 Jan 2025 14:24:58 +0800 Subject: [PATCH] Fix some errors in notes --- 2-2-cuda.md | 6 +----- 4-3-NOSQL.md | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/2-2-cuda.md b/2-2-cuda.md index 0812f82..7442f78 100644 --- a/2-2-cuda.md +++ b/2-2-cuda.md @@ -83,11 +83,7 @@ ... } ``` -- A complete example: - - ```c - - ``` +- A complete example: see code in `./assets/code/` ### Block Hierarchy diff --git a/4-3-NOSQL.md b/4-3-NOSQL.md index da6ec9f..84deae7 100644 --- a/4-3-NOSQL.md +++ b/4-3-NOSQL.md @@ -152,9 +152,6 @@ - Advantages: - Fast response to clients - Off-loading of database servers - - Counterpart of Eventual consistency - - All read must return data from latest write - - Very hard to achieve with high availability and high partition tolerance ### Separating Reads from Writes