Lines Matching refs:was
5 I felt there was room for optimisation. I bashed the code for a few hours
7 After that the speed was increased by 35-40%.
8 Still I was not too happy as I felt there was additional room for improvement.
10 Bad! I was hooked.
24 not use the right terminology, my coding theory class was almost 30
25 years ago, and I must admit it was not one of my favourites).
153 Therefore without implementing this it was clear that the code above was
260 almost 4 times as much time as the linux driver code. But hey, if it was
438 observation was that this one is only 30% slower (according to time)
441 Well, it was expected not to be easy so maybe instead move to a
479 I decided to proceed with a four time unrolled loop anyway. It was my gut
482 The next step was triggered by the fact that par contains the xor of all
504 Measurements showed this was a good move. The run-time roughly halved
508 However, still I thought there was more. I didn't like all the if
516 THe code within the for loop was changed to:
553 statement. A similar change was done for rp8 and rp10
561 (using time to measure the performance). After this iteration I was back
667 The only marginal change was inverting the parity bits, so we can remove
701 a speedup of a factor of 18 for ecc calculation was achieved. On a test on an
702 embedded system with a MIPS core a factor 7 was obtained.
703 On a test with a Linksys NSLU2 (ARMv5TE processor) the speedup was a factor