Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: eb6656b1ed0c^
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 821e7c6dc13a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 2, 2015

  1. Added a fix to RedoDims that allows actually setting the $SIZE macro.

    This hasn't worked in, well, ever due to a scope bug in the macro
    definition.  (never nest closures if you can help it...)
    Craig DeForest authored and mohawk2 committed May 2, 2015
    Copy the full SHA
    eb6656b View commit details
    Browse the repository at this point in the history
  2. Speeds up range by 20%-50% depending on use pattern, just by not copy…

    …ing the index variable extra times.
    Craig DeForest authored and mohawk2 committed May 2, 2015
    Copy the full SHA
    821e7c6 View commit details
    Browse the repository at this point in the history