You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by zuyu <gi...@git.apache.org> on 2017/09/29 20:40:49 UTC

[GitHub] incubator-quickstep pull request #305: Optimized the mod operation in HashPa...

GitHub user zuyu opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/305

    Optimized the mod operation in HashPartition.

    This small PR optimized out the mod operation `%` when possible.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zuyu/incubator-quickstep optimize-mod

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quickstep/pull/305.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #305
    
----
commit 35e56ea5e2cf002d5a405d74cfabd255ae7dee7c
Author: Zuyu Zhang <zu...@cs.wisc.edu>
Date:   2017-09-29T20:37:14Z

    Optimized the mod operation in HashPartition.

----


---

[GitHub] incubator-quickstep issue #305: Optimized the mod operation in HashPartition...

Posted by hbdeshmukh <gi...@git.apache.org>.
Github user hbdeshmukh commented on the issue:

    https://github.com/apache/incubator-quickstep/pull/305
  
    Looks good to me. 


---

[GitHub] incubator-quickstep pull request #305: Optimized the mod operation in HashPa...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-quickstep/pull/305


---