diff options
-rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -28,14 +28,15 @@ I have every intention to add GPU capability to sand leek. 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 | 108.1 MH/s | 32 | -| Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz | 44.3 MH/s | 8 | -| Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz | 40.0 MH/s | 8 | -| AMD A4-1200 APU with Radeon(TM) HD Graphics | 2.8 MH/s | 2 | -| Intel(R) Pentium(R) M processor 1.60GHz | 1.9 MH/s | 1 | -| ARMv6-compatible processor rev 7 (v6l) | 0.26 MH/s | 1 | +| CPU(s) | Max throughput | -t | Notes | +|---------------------------------------------|---------------:|---:|--------| +| 2× Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz | 108.1 MH/s | 32 | | +| Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz | 44.3 MH/s | 8 | | +| Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz | 40.0 MH/s | 8 | | +| ARMv7 Processor rev 4 (v7l) | 5.3 MH/s | 4 | RPi 3 | +| AMD A4-1200 APU with Radeon(TM) HD Graphics | 2.8 MH/s | 2 | | +| Intel(R) Pentium(R) M processor 1.60GHz | 1.9 MH/s | 1 | | +| ARMv6-compatible processor rev 7 (v6l) | 0.26 MH/s | 1 | RPi B+ | ## Inspiration sand leek was greatly inspired by schallot, escahlot and scallion. |