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

Speed-optimize '--each-while'. #153

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Speed-optimize '--each-while'. #153

wants to merge 8 commits into from

Commits on Aug 23, 2015

  1. Configuration menu
    Copy the full SHA
    07079a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Configuration menu
    Copy the full SHA
    f993e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e9b068 View commit details
    Browse the repository at this point in the history
  3. Don't subtract time taken by GC when computing benchmark result.

    How often GC is called and how much time it takes also indicates
    function's efficiency.  We already call 'garbage-collect' before
    benchmarking.
    doublep committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    e2592a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fce466 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dde71e1 View commit details
    Browse the repository at this point in the history
  6. Speed-optimize '-cons*'.

    As a side effect, (-cons*) evaluates to nil rather than fail with an
    error.  And with a silly number of arguments it no longer exceeds
    recursion depth limit.
    doublep committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    2d9a172 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64de219 View commit details
    Browse the repository at this point in the history