[GitHub] incubator-pirk pull request #75: Enhancements to parallelism of query encryp...

2016-08-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-pirk/pull/75 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] incubator-pirk pull request #75: Enhancements to parallelism of query encryp...

2016-08-23 Thread ellisonanne
Github user ellisonanne commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/75#discussion_r75882219 --- Diff: src/main/java/org/apache/pirk/query/wideskies/Query.java --- @@ -136,89 +124,30 @@ public boolean containsElement(BigInteger element)

[GitHub] incubator-pirk pull request #75: Enhancements to parallelism of query encryp...

2016-08-22 Thread tellison
Github user tellison commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/75#discussion_r75758251 --- Diff: src/main/java/org/apache/pirk/query/wideskies/Query.java --- @@ -136,89 +124,30 @@ public boolean containsElement(BigInteger element)

[GitHub] incubator-pirk pull request #75: Enhancements to parallelism of query encryp...

2016-08-22 Thread tellison
GitHub user tellison opened a pull request: https://github.com/apache/incubator-pirk/pull/75 Enhancements to parallelism of query encryption. - Switch parallel encrypt task to use callable interface. - Use parallelStream to generate the (in-memory) exponent table. - Run