Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Threading #115

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Fix Threading #115

merged 1 commit into from
Feb 19, 2020

Conversation

nielsandriesse
Copy link

The idea is to do all encryption and decryption on the global queue, and to not bother with trivial operations to keep the code clean.

This significantly improves performance.

All encryption and decryption on the global queue; don't bother for trivial operations
@nielsandriesse nielsandriesse merged commit 69700b2 into dev Feb 19, 2020
@nielsandriesse nielsandriesse deleted the threading branch February 19, 2020 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant