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

Refactor Char and String generators #653

Merged
merged 3 commits into from
May 6, 2020
Merged

Commits on May 6, 2020

  1. Refactor Char and String generators

    This is part of work on Gen performance improvements.
    non authored and ashawley committed May 6, 2020
    Configuration menu
    Copy the full SHA
    26c704c View commit details
    Browse the repository at this point in the history
  2. Respond to Oscar's review comments.

    In particular, this adds retrying to the infiniteStream, stringOf, and
    stringOfN combinators. It also slightly optimizes the loop conditions
    on buildableOfN, removes lazy from most arbitrary definitions, and
    cleans up a few other things.
    
    This commit does appear to have made some benchmarks slower, although
    it's possible my machine is just more busy than it was. I've also
    added a few more benchmarks.
    non authored and ashawley committed May 6, 2020
    Configuration menu
    Copy the full SHA
    31c438a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03ee05e View commit details
    Browse the repository at this point in the history