[HarfBuzz] [Passed] behdad/harfbuzz#33 (accelerate-lookups - 1761f9b)

Travis CI notifications at travis-ci.org
Mon Apr 29 18:24:11 PDT 2013


Build Update for behdad/harfbuzz
-------------------------------------

Build: #33
Status: Passed

Duration: 1 minute and 22 seconds
Commit: 1761f9b (accelerate-lookups)
Author: Behdad Esfahbod
Message: [OTLayout] Accelerate lookups by batching

If we need to apply many many lookups, we can fasten that up by applying
them in batches.  For each batch we keep the union of the coverage of
the lookups participating.  We can then skip glyph ranges that do NOT
participate in any lookup in the batch.  The batch partition is
determined optimally by a mathematical probability model on the glyphs
and a dynamic-program to optimize the partition.

The net effect is 30% speedup on Amiri.  the downside is more memory
consuption as each batch will keep an hb_set_t of its coverage.

I'm not yet convinced that the tradeoff is worth pursuing.  I'm trying
to find out ways to optimized this more, with less memory overhead.

This work also ignores the number of subtables per lookup.  That may
prove to be very important for the performance numbers from here on.

View the changeset: https://github.com/behdad/harfbuzz/compare/34be28eedcbb^...1761f9b9b4ba

View the full build log and details: https://travis-ci.org/behdad/harfbuzz/builds/6745253

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/harfbuzz/attachments/20130430/f266a054/attachment.html>


More information about the HarfBuzz mailing list