# From Megahertz to Teraflops
<!-- Concurrency -->


{% if slide %}
<!-- BUILDING THE SLIDES -->
```{toctree}
:maxdepth: 3

./question
./industryReply
./challenges
./efficiency
```

{% else %}
<!-- BUILDING THE PAGES -->

```{include} ./question.md
```
```{include} ./industryReply.md
```
```{include} ./challenges.md
```
```{include} ./efficiency.md
```

{.smaller}
**Sources:**  
<https://en.wikipedia.org/wiki/Concurrency_(computer_science)>  
<https://en.wikipedia.org/wiki/Multiprocessing>  
<https://en.wikipedia.org/wiki/Multithreading_(computer_architecture)>  
<https://en.wikipedia.org/wiki/Instruction-level_parallelism>  
{% endif %}

