Date: Mon, 02 Oct 2023 19:08:46 +0000 From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 274192] lang/perl5*: Drop threads option and always enable it Message-ID: <bug-274192-14331-LBRo8CYqVn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274192-14331@https.bugs.freebsd.org/bugzilla/> References: <bug-274192-14331@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274192 --- 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=3Djoin("",(a..z))x200000; &timethis(100,\&test); sub test { $main::x =3D~ s/(.*?)I/$1/isge; } --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274192-14331-LBRo8CYqVn>