]> git.tuebingen.mpg.de Git - paraslash.git/commit
compress: Further optimize inner loop.
authorAndre Noll <maan@systemlinux.org>
Tue, 2 Apr 2013 17:10:08 +0000 (17:10 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 21 Apr 2013 13:54:26 +0000 (15:54 +0200)
commit0a6c0e26b73d0cbf4b324b38e1be484d6a6c27e8
tree9d01d5065607d27588b7f1a90e0a71f59731f6a1
parentbe761d16f78eeb062f4d268e3b80ff6d225f767f
compress: Further optimize inner loop.

This kills the local adjusted_sample variable of the inner loop of
compress_post_select().  Surprisingly enough, this saves another 5%
of execution time.
compress_filter.c