changeset 60:d6bdf7a93205

add result
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Sun, 14 Feb 2016 19:48:31 +0900
parents 4d42d11ebed6
children 5352d96f5cf6
files paper/memo/result.txt
diffstat 1 files changed, 54 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/paper/memo/result.txt	Sun Feb 14 03:53:50 2016 +0900
+++ b/paper/memo/result.txt	Sun Feb 14 19:48:31 2016 +0900
@@ -1,11 +1,61 @@
 Sat Feb 13 22:59:03 JST
 
+'work' work1GB.txt
+./regexParser -ts                102.190 *
+./cerium/ceriumGrep -cpu 12 mmap  30.979
+./cerium/ceriumGrep -cpu 12 bread 27.533
+egrep                             43.690
+
+'work' work500MB.txt
+./regexParser -ts                 48.590
+./cerium/ceriumGrep -cpu 12 mmap  22.239
+./cerium/ceriumGrep -cpu 12 bread 21.080
+egrep                             22.103
+
+'work' work50MB.txt
+./regexParser -ts                  4.669
+./cerium/ceriumGrep -cpu 12 mmap   6.859
+./cerium/ceriumGrep -cpu 12 bread  4.260
+egrep                              2.437
+
+
+'(a|b)*a(a|b)(a|b)'  ab1GB.txt
+./regexParser -ts                  50.583
+./cerium/ceriumGrep -cpu 12 mmap   63.11
+./cerium/ceriumGrep -cpu 12 bread  43.600
+egrep                             172.37
+
+'(a|b)*a(a|b)(a|b)'  ab500MB.txt
+./regexParser -ts                  35.161
+./cerium/ceriumGrep -cpu 12 mmap   35.475
+./cerium/ceriumGrep -cpu 12 bread  32.457
+egrep                              87.16
+
+'(a|b)*a(a|b)(a|b)'  ab50MB.txt
+./regexParser -ts                  3.803
+./cerium/ceriumGrep -cpu 12 mmap   9.926
+./cerium/ceriumGrep -cpu 12 bread  8.097
+egrep                              9.507
+
+
+
+'[A-Z][A-Za-z0-9]*'  1GB.txt
+./regexParser -ts                  39.822
+./cerium/ceriumGrep -cpu 12 mmap   26.589
+./cerium/ceriumGrep -cpu 12 bread  23.224
+egrep                             114.390
+
+'[A-Z][A-Za-z0-9]*'  500MB.txt
+./regexParser -ts                  21.171
+./cerium/ceriumGrep -cpu 12 mmap   10.419
+./cerium/ceriumGrep -cpu 12 bread  10.668
+egrep                              57.753
 
 '[A-Z][A-Za-z0-9]*'  50MB.txt
-./regexParser -ts               
-./cerium/ceriumGrep -cpu 12     
-./cerium/ceriumGrep -cpu  2     
-egrep                           6.05
+./regexParser -ts                 2.268
+./cerium/ceriumGrep -cpu 12 mmap  9.902
+./cerium/ceriumGrep -cpu 12 bread 8.630
+egrep                             6.192
 
 ./regexParser -regex '[A-Z][A-Za-z0-9]*' -ts -file file/5GB.txt > /dev/null  159.87s user 3.33s system 86% cpu 3:07.78 total 2016
 
@@ -29,9 +79,6 @@
 
 ./sequentialSearchCbC -file file/500MB.txt > /dev/null  10.51s user 0.22s system 64% cpu 16.530 total
 
-
-
-
 -------------------------------------------
 Fri Feb 12 12:15:42 JST 2016