Hacker News new | ask | show | jobs
by neonz80 729 days ago
You can probably get a 2x speedup by shortening the string so that it fits in one block.
2 comments

Using simd properly(I think) and lowering the nonce text, I went from that 7MH/s to 10MH/s

I have a bunch of other ideas to get me to my goal of 20, but I am happy to let this run for a bit! Thanks for the suggestion!

Ah, nice! I will shorten it after I finish the simd addition! I didn't even think of that. I was just overcomplicating my thread partitions to avoid collisions.