Performance Improvements #2

Merged
sarah merged 9 commits from perf into trunk 2021-05-22 19:51:46 +00:00
Owner

By splitting up the hash function H(U, x_iU, W) we can
precompute the application of U and W, and only apply x_iU during
the main detection key loop. Saving about 9.6% of the overall time.

Additionally by enabled avx2 extensions on the underlying curve library we can also improve general performance by over 40%!

By splitting up the hash function H(U, x_iU, W) we can precompute the application of U and W, and only apply x_iU during the main detection key loop. Saving about 9.6% of the overall time. Additionally by enabled avx2 extensions on the underlying curve library we can also improve general performance by over 40%!
sarah changed title from Performance improvement during testing. to Performance Improvements 2021-05-22 19:49:54 +00:00
sarah merged commit 3d8e285b51 into trunk 2021-05-22 19:51:46 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: openprivacy/fuzzytags#2
No description provided.