RePublic of CS
  • INFO
    • ❔What is RePublic of CS?
    • 🗺️RCS Open Course
    • 🏛️RCS Classroom
    • 👩‍🌾RCS Forum (soon)
    • 🌟RCS Mentors
    • 🙋如何參與學習?
      • ⏳RCS.101 x Miters (24 Q2)
  • ⚒️RCS.101
    • § DSA In Action
    • RCS.101.a
    • RCS.101.b
    • RCS.101.c
    • RCS.101.d
    • ¶ Graduation
      • Apx: BFS/Shortest Path
      • Apx: Classic Applications
      • Apx: Techniques & Tricks
      • Apx: Morris Traversal
      • Apx: RCS.101 x Miters W6
      • Apx: In-place Merge Sort
  • 📚RCS.102
    • § Algorithm Design & Analysis
    • ⌛ Divide & Conquer
    • ⌛ Recursion
  • 🧵RCS.103
    • § SYS/PARL Programming
  • 🦀RCS.201
    • § Rust
  • 🧱RCS.301
    • § Software Architecture
  • 🏰RCS.302
    • § Web System Design
  • 📣MEDIA
    • YouTube
    • Twitch
    • Threads
    • Discord Forum
    • Become an Editor
    • Resources
  • 📜Articles
    • System Design, Actually
Powered by GitBook
On this page
  1. RCS.103

§ SYS/PARL Programming

Last updated 1 year ago

此 open course RCS.103 還在 backlog 當中,尚未被規劃

以下是此 open course 主題、教材的 candidate:

  • Concurrent/Parallel Programming

  • MIT 6.824

  • Bloom Filter 實作 + Benchmarking

Thread/Concurrency Safe Programming

https://csdiy.wiki/%E7%BC%96%E7%A8%8B%E5%85%A5%E9%97%A8/cs431/
https://csdiy.wiki/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/HITOS/
CMU 15-418/Stanford CS149: Parallel Computing
https://interpreterbook.com/
https://github.com/jeffreylean/rusty-monkey
https://github.com/skyzh/write-you-a-vector-db
https://github.com/pingcap/talent-plan
CMU15445 (Spring 2023)
CSAPP labs
CS 144: Introduction to Computer Networking labs
https://www.lintcode.com/problem/556/
https://samwho.dev/bloom-filters/
denji/awesome-http-benchmark
2502 · Design Thread Safe Array List
2473 · Design Thread Safe Hash Table
2471 · Design Thread Safe Linked List
🧵
Page cover image