branching and very basic merging of slots
This commit is contained in:
parent
614e6c0fdb
commit
3978f7f835
32 changed files with 684 additions and 420 deletions
|
|
@ -54,7 +54,7 @@ function benchmark(N) {
|
|||
const endTime = Date.now();
|
||||
return endTime - startTime;
|
||||
}
|
||||
const durCopying = (N <= 20000) ? copying() : "";
|
||||
const durCopying = (N <= 50000) ? copying() : "";
|
||||
console.log("copying:", durCopying, "ms");
|
||||
|
||||
// slower than slowest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue