fixed formatting

This commit is contained in:
Medium Fries 2018-09-04 20:41:22 -07:00
parent 171fe22b21
commit 445c97180e

View File

@ -1,13 +1,16 @@
# lec1 # lec1
> What on earth? \ > What on earth?
The first lecture has bee 50% syllabus 25% videos, 25% simple terminology; expect nothing interesting for this section The first lecture has bee 50% syllabus 25% videos, 25% simple terminology; expect nothing interesting for this section
## Performace Options \ ## Performace Options
In general we have a few options to increase performace in software; pipelining, parallelism, prediction. In general we have a few options to increase performace in software; pipelining, parallelism, prediction.
Parallelism/Pipelining \ Parallelism/Pipelining
* I'll just assume you know what this entail; one does many things at once; the other is like queues for processessing. * I'll just assume you know what this entail; one does many things at once; the other is like queues for processessing.
* Prediction \ * Prediction
Yes this means interpreting potential outcomes/inputs/outputs etc. __BRANCHING__. We try to predict potentiality and account for it ahead of time. Yes this means interpreting potential outcomes/inputs/outputs etc. __BRANCHING__. We try to predict potentiality and account for it ahead of time.