contributed by < ccs100203 > sort @Uduru0522: Note of Bottom-up Heapsort (English Version) sort.c 分析 A fast, small, non-recursive O(n log n) sort for the Linux kernel 這是一個建立在連續記憶體上的 heapsort 實作。 而 list_sort.c 是不連續記憶體上的排序實作。
3/27/2023RCU Concepts - Frequently Asked Questions https://www.kernel.org/doc/html/latest/RCU/rcu.html TODO 補個 RCU’S CORE API https://www.kernel.org/doc/html/latest/RCU/whatisRCU.html#what-is-rcu-s-core-api
10/12/2022TODO list ==補 RCU (linux doc, lwn)== 還沒全部讀完 Cppcon 的 rcu, hazard pointer, concurrency speech 找時間看一看 some issues Double compare-and-swap what is cohort structure in Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 - Maged Michael - CppCon 2021
10/9/2022How Open Source Helped My Career: A History from an Average Joe - Fabricio Buzeto, bxblue [Presented in English] https://osslatam22.sched.com/event/15Bqd/how-open-source-helped-my-career-a-history-from-an-average-joe-fabricio-buzeto-bxblue-presented-in-english Intro. 講者為巴西人,從 2002 開始 full-time coding 一開始跟一般人一樣,不知道 how does computer work, 不知道什麼是 open source 有天他的朋友問他,你知道什麼是 Linux 嘛? 他說不知道
9/1/2022