Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
MasterDuke17 / plot.svg
Created August 24, 2016 03:23
Benchable graph with SVG::Plot
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
diff --git a/src/Perl6/World.nqp b/src/Perl6/World.nqp
index 520ce42..d6ceea6 100644
--- a/src/Perl6/World.nqp
+++ b/src/Perl6/World.nqp
@@ -3939,6 +3939,14 @@ class Perl6::World is HLL::World {
my &inner-evaluator := make_levenshtein_evaluator($name, @candidates);
my %seen;
%seen{$name} := 1;
+
+ # RT 126264
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MasterDuke17
MasterDuke17 / query
Created July 17, 2016 00:51
benchable
f583f22,110704d my $a = "a" x 2**16;for ^1000 {my $b = $a.chop($_)};
@MasterDuke17
MasterDuke17 / query
Created July 17, 2016 00:47
benchable
f583f22,110704d my $a = "a" x 2**16;for ^1000 {my $b = $a.chop($_)};
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MasterDuke17
MasterDuke17 / query
Created July 17, 2016 00:11
benchable
f583f22,110704d my $a = "a" x 2**16;for ^1000 {my $b = $a.chop($_)};