[Bug 274192] lang/perl5*: Drop threads option and always enable it
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274192] lang/perl5*: Drop threads option and always enable it"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Oct 2023 19:08:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274192 --- Comment #6 from Daniel Engberg <diizzy@FreeBSD.org> --- Just tried a simple benchmark and threaded actually performed better (not by much but a few percent) on my Tigerlake based laptop. Code: use Benchmark; $main::x=join("",(a..z))x200000; &timethis(100,\&test); sub test { $main::x =~ s/(.*?)I/$1/isge; } -- You are receiving this mail because: You are on the CC list for the bug.