optimize: take call to is_allzero() outside the search loop
commit23194ba62dca7c7c8f8c64f8b6d87291b0961c2a
authorPetr Tesarik <petr@tesarici.cz>
Wed, 24 Oct 2012 21:04:33 +0000 (24 23:04 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Wed, 24 Oct 2012 21:04:33 +0000 (24 23:04 +0200)
treef7dd4eaa867ab5f39b24d76aafc6840e58c035fa
parentfcd842ddb34bb0fe1b3d25dda322faed57a42f31
optimize: take call to is_allzero() outside the search loop

Whether the search string is all zeroes is constant for a given string.
libhed/file.c