All Projects → cjmlgrto → fit3143-notes

cjmlgrto / fit3143-notes

Licence: other
Summary notes for my "Parallel Computing" class

Projects that are alternatives of or similar to fit3143-notes

Research In Production
A collection of research papers categorized by real-world systems that enact them
Stars: ✭ 205 (+485.71%)
Mutual labels:  computer-science
Cs Books
📚 Computer Science Books 计算机技术类书籍 PDF
Stars: ✭ 2,915 (+8228.57%)
Mutual labels:  computer-science
Developer Roadmap
Roadmap to becoming a developer in 2021
Stars: ✭ 180,811 (+516502.86%)
Mutual labels:  computer-science
Open Source Cs Python
Video discussing this curriculum:
Stars: ✭ 2,859 (+8068.57%)
Mutual labels:  computer-science
Computer Science In Javascript
Computer science reimplemented in JavaScript
Stars: ✭ 2,590 (+7300%)
Mutual labels:  computer-science
Computer Science
🎓 Path to a free self-taught education in Computer Science!
Stars: ✭ 103,613 (+295937.14%)
Mutual labels:  computer-science
Cs Univ Wiki
컴공생을 위한 대학 생활 가이드라인
Stars: ✭ 202 (+477.14%)
Mutual labels:  computer-science
algorithms
A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! Note: I made this code when i didn't have as much experience in programming
Stars: ✭ 33 (-5.71%)
Mutual labels:  computer-science
Cs Roadmap
My Computer Science Curriculum
Stars: ✭ 239 (+582.86%)
Mutual labels:  computer-science
Cs Notes
📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
Stars: ✭ 143,620 (+410242.86%)
Mutual labels:  computer-science
Mitx 6.00.1x
Coding exercises and Problem Sets for MITx: 6.00.1x Introduction to Computer Science and Programming Using Python, EdX, Aug-Nov 2016
Stars: ✭ 213 (+508.57%)
Mutual labels:  computer-science
.net Big O Algorithm Complexity Cheat Sheet
Big-O complexities of common algorithms used in .NET and Computer Science.
Stars: ✭ 215 (+514.29%)
Mutual labels:  computer-science
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+284771.43%)
Mutual labels:  computer-science
Problem Solving Training
Problem solving training for computer science students.
Stars: ✭ 210 (+500%)
Mutual labels:  computer-science
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+585211.43%)
Mutual labels:  computer-science
Open Source Cs
Video discussing this curriculum:
Stars: ✭ 15,055 (+42914.29%)
Mutual labels:  computer-science
Professional Programming
A collection of full-stack resources for programmers.
Stars: ✭ 15,936 (+45431.43%)
Mutual labels:  computer-science
curriculum
A roadmap for Boot.dev's CS curriculum for backend developers
Stars: ✭ 492 (+1305.71%)
Mutual labels:  computer-science
TheJobInterviewGuide
A job guide to help developers get through interviews and get amazing jobs!
Stars: ✭ 267 (+662.86%)
Mutual labels:  computer-science
Javascript Algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Stars: ✭ 133,406 (+381060%)
Mutual labels:  computer-science

FIT3143 — Parallel Computing

Summary Notes by Carlos Melegrito

Good luck with your exams! 😌

This collection of semi-organised writings is everything I've noted down during the entire semester. Not only will it serve as my revision notes for my exam, but also for reference in the future. Note that a lot of this content stems from Monash University, but most of these writings are of my own.

If you see an issue, just submit one or contact me from my website. To use these summary notes, just click any of the links in the contents below.

Contents

  1. Distributed Systems
  2. Inter-Process Communications
  3. Remote Procedure Call
  4. Message-Passing Library
  5. Synchronisation
  6. Mutual Exclusion
  7. Deadlocks
  8. Election Algorithms
  9. Distributed Transactions
  10. Concurrency Control
  11. Faults
  12. Distributed Consensus
  13. Parallel Computing
  14. Parallel Computing Alternatives
  15. Instruction-Level Parallelism
  16. Vector Architecture
  17. Data Parallel Architectures
  18. SIMD Architectures
  19. MIMD Architectures
  20. Distributed Memory MIMD Architectures
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].