Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: loop { "x" ~~ /(.)<{$0}>/ } # Out of memory in a couple of seconds #6651

Open
p6rt opened this issue Dec 19, 2017 · 1 comment
Open

Re: loop { "x" ~~ /(.)<{$0}>/ } # Out of memory in a couple of seconds #6651

p6rt opened this issue Dec 19, 2017 · 1 comment

Comments

@p6rt
Copy link

p6rt commented Dec 19, 2017

Migrated from rt.perl.org#132611 (status was 'new')

Searchable as RT132611$

@p6rt
Copy link
Author

p6rt commented Dec 19, 2017

From perl6@6dof.xyz

On Tue, Dec 19, 2017 at 02​:02​:50PM +0100, perl6@​6dof.xyz wrote​:

I golfed the problem down to​:

loop \{ "x" ~~ /\(\.\)\<\{$0\}>/ \}

Another way to expose this problem, without using capture​:

  loop { "x" ~~ /<{"a".succ}>/ }

Regards,
Cédric.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant