diff options
author | David Phillips <david@sighup.nz> | 2017-04-27 17:52:22 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-27 17:52:22 +1200 |
commit | d625182f432f8a33ad6684d25f77ed0b72834efb (patch) | |
tree | 1bdd54e4e5b546faa2bb01d8bb8c734aaa970565 /README.md | |
parent | 9fb243c383bfda8d965be812ded3c8cf123daf7e (diff) | |
download | sand-leek-d625182f432f8a33ad6684d25f77ed0b72834efb.tar.xz |
Add some benches and misc to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -4,3 +4,19 @@ Still early days. Warning: this tool doesn't yet do sanity checking on the keys produced. Use at your own risk and verify the keys' sanity yourself. + +## Future work +I have every intention to add GPU capability to sand leek. + +Additionally, as outlined above, sand leek really needs to be verifying +that keys are sane. + +## Benchmarks +Preliminary benching shows sand leek to be faster than some of the other +similar tools out there when pushing work across cores. + +CPU(s) | Max throughput | -t +--------------------------------------------+----------------+--- +2× Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz | 94 MH/s | 16 +Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz | 38 MH/s | 8 +AMD A4-1200 APU with Radeon(TM) HD Graphics | 2.3 MH/s | 2 |