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 Str.words properly
for $str.words now 2x as fast, and $str.words.elems 15x as fast. We seem to be calling the push-exactly candidate for 1 element at a time in a for-loop. Wonder why it is not calling the pull-one candidate instead.
- Loading branch information
Showing
1 changed file
with
84 additions
and
84 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