pdf.js/src
Nicholas Nethercote c7f02d2c8e Minimize memory usage of font-related arrays.
This patch replaces some vanilla arrays with typed arrays, and avoids
some array copying.

It reduces the peak RSS when viewing
http://www.dynacw.co.jp/Portals/3/fontsamplepdf/sample_4942546800828.pdf
from ~940 MiB to ~750 MiB, and reduces its load time from 83 to 76 ms.
2014-07-22 22:47:45 -07:00
..
core Minimize memory usage of font-related arrays. 2014-07-22 22:47:45 -07:00
display Merge pull request #5021 from CodingFabian/issue-5020 2014-07-18 20:51:44 +02:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Minimize memory usage of font-related arrays. 2014-07-22 22:47:45 -07:00
doc_helper.js Creates make.js code to build jsdoc. 2014-04-13 15:54:24 -05:00
pdf.js Updated to current latest stable version of jshint. 2014-03-01 13:31:25 -08:00
worker_loader.js Splits shared/annotation.js into core/ and display/ 2014-06-17 17:43:33 -05:00