Lines Matching full:faster
89 I wouldn't have to say this, and yet. Trying to find a faster sorting
101 <p>Understand the difference between throughput and latency. Faster
120 but it's just as true that a loop which stays in L1 cache is many times faster
122 about whether "&" is faster than "%" until your executable loop stays in L1
167 is faster than read() because it avoids a copy, but twiddling with the memory
171 blocks waiting for), the read can be many times faster. On the other hand, the
173 comes from the page cache (allocated anyway), and it can be faster if you're
177 on underneath is a big help to making it happen faster.)</p>
182 faster because processors were so slow. Then processors got faster and grew
183 math coprocessors, and calculating the value each time became faster than
253 wrong, and executing fewer instructions makes your program run faster (and
281 architectures C bitfields are surprisingly inefficient, & is often faster
328 usage), and avoiding unnecessary work makes code run faster. Smaller code
329 also tends to run faster on modern hardware due to CPU cacheing: fitting your