meritlabs / libmeritminer

Library that can mine merit.
GNU General Public License v3.0
8 stars 2 forks source link

Some optimizations. #6

Closed mempko closed 6 years ago

mempko commented 6 years ago
  1. Don't allocate buffer per attempt in Run.
  2. Don't set device if it has been set (though not a big deal).
  3. Return all solutions in a graph (though typically unlikely there is more than 1).