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

Incorporate improved hashing libraries #205

Open
5 tasks
CodeIsTheKey opened this issue Sep 14, 2022 · 0 comments
Open
5 tasks

Incorporate improved hashing libraries #205

CodeIsTheKey opened this issue Sep 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@CodeIsTheKey
Copy link
Collaborator

Incorporate improved hashing libraries

The hashing libraries have significant improvements since first used in the GhostRider algorithm. We need to update the libraries in the core code to improve sync performance and to reduce heat/power utilization.

  • Review the xmrig crypto libraries - I believe these would be a good source to build from.
  • Incorporate updated hashing, working to keep the calls modular (needed for future development).
  • Verify Unit Tests pass
  • Compare Bench tests before and after to show measurable improvement.
  • Verify this is working properly on all target environments

This will require extensive testing and should not be merged until we are confident in all testing.

@CodeIsTheKey CodeIsTheKey added the enhancement New feature or request label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant