forked from blegat/benchmark
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTODO
More file actions
47 lines (44 loc) · 1.15 KB
/
TODO
File metadata and controls
47 lines (44 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
S1: Nicolas
[x] bash loop vs C loop
S2: Maxime
[x] int vs long long int vs float
S3: Benoît
[x] free vs stack
S3: Nicolas
[.] malloc vs calloc
S4: Nicolas
[x] matrice ligne par ligne ou colonne par colonne
[?] PERF cache miss
S5: Nicolas
[x] passer tableau ou pointeur
S5: Maxime
[x] thread (Ahmdal) FUSION avec "thread vs processus"
S7: Nicolas
[x] Semaphore vs Mutex
S8: Maxime
[x] Amdahl thread vs processus
[?] PERF changement de contexte + migration processus
S9: Benoît
[x] read vs write vs printf vs scanf vs SYNC
S9: Maxime
[x] pipe ping pong
S9: Benoît
[x] ficher texte vs fichiers binaires (int, float).
Montrer la couche de l'ASCII
S11: Benoît
[x] performance, mmap
lis du début à la fin par block avec read ou mmap
S12: Nicolas
[x] fork -> modifier la mémoire ! lecture vs écriture
[?] PERF tlb miss
S12:
[?] shm/process vs heap/threads (cache, forcer sur un processeur)
Other: Benoît
[x] html généré
Questions:
Que fait-on avec `file`, `fork` et `thread` ?
Nomenclature : [x] fait avec de bon graphique
[.] en cours
[?] à attribuer
[ ] à faire
[%] fait avec de mauvais graphique