Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
GLRify IO::Handle.words properly
Makes things between 30% ("words".IO.words[{ $_-10 .. $_-1 }]) and 5x
faster ("words".IO.words.elems).
The limit positional variable has been removed: because of a proto issue,
this has never worked for IO.words and was not spectested. It appears that
post-GLR this optimization is basically not needed, since it only marginally
makes things faster at the expense of serious code bloat.- Loading branch information
Showing
2 changed files
with
129 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters