blob: 14fb9735461e02ba71ae889411e10e1ead160ea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Perf improvements with concurent hash calculation
=================================================
Using the source code dataset here are the new times:
`19:38:46.745` -> `19:41:56.652` = `00:03:09,907`
But this time I also had the good idea to close all my processes and to use
a tmp directory for writing.
With the same setup, the previous perf was:
`19:26:05.954` -> `19:29:20.805` = `00:03:14,851`
So not that big of an improvement but it seems that at the same time CPU usage
has decreased a bit. Maybe because less synchronisation calls were made ?
|