Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ALP4-Tutorials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mactavish96
ALP4-Tutorials
Commits
740ac8c5
Commit
740ac8c5
authored
2 years ago
by
Mactavish
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
fe36e0a8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
slides/pages/qa.md
+1
-1
1 addition, 1 deletion
slides/pages/qa.md
slides/pages/recap.md
+10
-18
10 additions, 18 deletions
slides/pages/recap.md
with
11 additions
and
19 deletions
slides/pages/qa.md
+
1
−
1
View file @
740ac8c5
...
@@ -8,7 +8,7 @@ Any questions about:
...
@@ -8,7 +8,7 @@ Any questions about:
-
Second Assignment Sheet
-
Second Assignment Sheet
-
Third Assignment Sheet
-
Third Assignment Sheet
-
Programming exercis
es
-
Topics from the lectur
es
-
Organisation
-
Organisation
<br/>
<br/>
This diff is collapsed.
Click to expand it.
slides/pages/recap.md
+
10
−
18
View file @
740ac8c5
...
@@ -4,35 +4,27 @@ title: Recap I
...
@@ -4,35 +4,27 @@ title: Recap I
# Recap & Discussion
# Recap & Discussion
###
Concurre
nc
y
###
Performa
nc
e
-
What
is concurre
nc
y
?
-
What
are the different perspectives on performa
nc
e
?
-
What
are the essentials
?
-
What
does these perspectives suggest
?
-
What are the models for concurrency
program
ming
?
-
How can we optimize the performance of our
program
s
?
<v-click>
<v-click>
<br
/>
<br
/>
###
Concurrency with Threads
###
What are the requirements for solutions that protect the critical section?
</v-click>
</v-click>
<v-clicks>
<v-clicks>
-
What are threads?
-
Critical section should be protected reliably by mutual exclusion
-
What information does a thread hold? What are shared among threads, what not?
-
Available in high-level programming languages
-
What kind of issues will we face when we use threads? What is the root of these issues?
-
No deadlocks
-
How to design your program using threads?
-
Low overhead
-
Providing
**fair**
access to the critical section
</v-clicks>
</v-clicks>
<br
/>
<v-clicks>
### Reading
See:
[
MIT 6.005 - Concurrency
](
http://web.mit.edu/6.005/www/fa16/classes/19-concurrency/
)
</v-clicks>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment