Multithreaded Node Reduction inserttion

This commit is contained in:
2023-08-22 13:21:26 +02:00
parent 45e35dd526
commit 3454370a37
7 changed files with 155 additions and 101 deletions

View File

@@ -32,7 +32,7 @@ function import_bench()
bench_txt("AB->ABBB.txt")
bench_txt("AB->ABBBBB.txt")
bench_txt("AB->ABBBBBBB.txt")
#bench_txt("AB->ABBBBBBBBB.txt", false)
#bench_txt("AB->ABBBBBBBBB.txt")
bench_txt("ABAB->ABAB.txt")
bench_txt("ABAB->ABC.txt")
end