Post
Topic
Board Altcoin Discussion
Re: Scrypt based coins: Any proof that this algorithm is realy good?
by
ssvb
on 19/01/2012, 19:13:34 UTC
OK, thanks for the clarifications. Now we can see that it was just scaremongering and/or handwaving. So much for "do less calculations" and "sequential memory access" promises. In reality the demonstrated code snippet has more XOR operations and does three separate passes over 128K buffer instead of two (which means more L1 cache misses unless the hardware prefetcher saves the day). The pointless replacement of left rotations with right rotations also looks amusing.