From dcb03d86d384c601d67bb7a4baa2b7955a1e87fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Thu, 26 Aug 2021 18:09:22 +0200 Subject: [PATCH] Added Data-Oriented Programming Hi, Stjepan from Manning here. I thought this title might be a good match to your list. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e36d90e..4f64d47 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ * 《[计算的本质:深入剖析程序和计算机](https://www.amazon.cn/gp/product/B00PG0MM3C/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=536&creative=3200&creativeASIN=B00PG0MM3C&linkCode=as2&tag=vastwork-23)》 * 《[设计模式 : 可复用面向对象软件的基础](https://www.amazon.cn/gp/product/B001130JN8/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=536&creative=3200&creativeASIN=B001130JN8&linkCode=as2&tag=vastwork-23)》 * 《[Head First 设计模式(中文版)](https://amazon.cn/gp/product/B0011FBU34/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=vastwork-23&creative=3200&linkCode=as2&creativeASIN=B0011FBU34&linkId=cd5d20e99ff289529d6dbe2cd223f2b6) 》(感谢[@Great-Li-Xin](https://github.com/Great-Li-Xin) [推荐](https://github.com/jobbole/awesome-programming-books/issues/27) ) +* [Data-oriented Programming](https://www.manning.com/books/data-oriented-programming) 》 ## 算法与数据结构