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 some test material through the parallel path.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tellison/incubator-pirk EncryptQuery
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-pirk/pull/75.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 #75
----
commit 0e4ae21d55c253017f7ba2883ff8d64bb31d486a
Author: Tim Ellison <[email protected]>
Date: 2016-08-22T15:50:50Z
Enhancements to parallelism of query encryption.
- Switch parallel encrypt task to use callable interface.
- Use parallelStream to generate the (in-memory) exponent table.
- Run some test material through the parallel path.
----
---
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 is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---