Skip to content

Commit 9e3f021

Browse files
committed
refactor:Commented out some study code.
1 parent 6b4cc8a commit 9e3f021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/distance-functions-profiling.raku

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ my @large-vec2 = (^1000).map({1.rand});
1414
my $large-vec1c = copy-to-carray(@large-vec1, num64);
1515
my $large-vec2c = copy-to-carray(@large-vec2, num64);
1616

17+
#`[
1718
note ('@large-vec2c' => $large-vec2c);
1819
note $large-vec2c.WHAT;
1920
note $large-vec2c ~~ CArray;
@@ -22,6 +23,7 @@ note $large-vec2c.all ~~ Numeric:D;
2223
note $large-vec2c;
2324
note $large-vec2c.elems;
2425
#note to-json($large-vec1c);
26+
]
2527

2628
my $start = now;
2729
for ^$iterations {

0 commit comments

Comments
 (0)