branching and very basic merging of slots

This commit is contained in:
Joeri Exelmans 2025-04-17 09:19:41 +02:00
parent 614e6c0fdb
commit 3978f7f835
32 changed files with 684 additions and 420 deletions

View file

@ -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