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

Fix array slicing of Capture, Match, etc #375

Merged
merged 1 commit into from Feb 28, 2015
Merged

Fix array slicing of Capture, Match, etc #375

merged 1 commit into from Feb 28, 2015

Conversation

raydiak
Copy link
Contributor

@raydiak raydiak commented Feb 28, 2015

Allows array slicing to work without .keys, which is usually delegated to a hash for classes with both Positional and Associative features (e.g. Capture).

Fixes http://irclog.perlgeek.de/perl6/2015-02-28#i_10194637

No new spectest fails. Performance ramifications unmeasured.

lizmat added a commit that referenced this pull request Feb 28, 2015
Fix array slicing of Capture, Match, etc.  Brings about a ~5% performance gain on [*] slices
@lizmat lizmat merged commit e35414b into rakudo:nom Feb 28, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants