9a3f554154
All PDF Streams are immediatly serialized, and are never long-lived in memory. if EXPERIMENTAL fExecutor is set on the Document, streams are compressed in parallel. Results for PDFBigDocBench: without patch 1807885.01 μs with patch without executor 1802808.35 μs with patch with executor 246313.72 μs SkPDFStreamOut() function replaces SkPDFStream classes. Page resources are all serialized early. Several Document-level objects are serialzied early. SkUUID introduced as top-level object. Many {insert|append}ObjRef() converted to memory efficient {insert|append}Ref(). Bug: skia:8630 Change-Id: Ic336917d0c8b9ac1c2423b43bfe9b49a3533fbff Reviewed-on: https://skia-review.googlesource.com/c/176588 Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Hal Canary <halcanary@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.