From 1adf30f4a855256e8720d25d027ad89f3ff49e15 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 7 Jul 2017 01:09:41 +1000 Subject: Experimental multithreaded version of Read_Bundles added --- threads.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 threads.txt (limited to 'threads.txt') diff --git a/threads.txt b/threads.txt new file mode 100644 index 0000000..774e272 --- /dev/null +++ b/threads.txt @@ -0,0 +1,43 @@ + + +Experimental data regarding threading + + + + +single thread tas 6 +48.7 seconds +54.3MB memory + + +multithread tas 6, 2 threads +44.7 seconds +61.7MB memory + + +multithread tas 6, 3 threads +46 seconds +70MB memory + + +multithread tas 6, 4 threads +49 seconds +70.6MB memory + + + + +single thread sa 6 +2 min, 47 seconds +239MB memory + + +multithread sa 6, 2 threads +2 min, 43.8 seconds +245.9MB memory + + +multithread sa 6, 4 threads +2 min, 39.6 seconds +236MB memory + -- cgit