Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iterate over sequence of characters, not positions (#1163)
Implementing an idea from @wendellpiez: Instead of iterating over a numeric sequence that represents the position of each character in a long string, iterate over the sequence of characters. This change is in the implementation only, not in the function output. I used ad hoc modifications of the label="seq-length=10000" scenario in the XSpec test to check that the original and modified functions produce the same UUID sequence.
- Loading branch information