Andrewyuntang

@Andrewyuntang

Joined on Mar 30, 2024

  • contributed by <Andrewtangtang> 開發環境 $ gcc --version gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 39 bits physical, 48 bits virtual
     Like  Bookmark
  • # 2025q1 Homework4 (quiz3+4)
     Like  Bookmark
  • contributed by <Andrewtangtang> 開發環境 $ gcc --version gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 40 bits physical, 48 bits virtual
     Like  Bookmark
  • contributed by < Andrewtangtang > quiz1-1 運作原理 完成 list_insert_before 缺少的部分 static inline void list_insert_before(list_t *l, list_item_t *before, list_item_t *item) {
     Like  Bookmark
  • contributed by <Andrewtangtang> 並行程式設計 並行化的 Redis 實作 文章連結 名詞解釋 redis:in-memory的資料庫 RCU:高效同步機制,可以允許一個執行序write,多個執行序read(具體待查) userspace RCU:reader 與 writer 不直接進行同步,允許多個 reader 在 writer 運作時進行讀取。
     Like  Bookmark