It takes quite some time to generate SVG and PDF for graphics particularly on documents with many diagrams.
We could reduce the time required by caching graphics using some appropriate change detection scheme like hashing the diagrame source code and using that as a file name for intermediate results and then checking for its existence before running the actual generation.
It takes quite some time to generate SVG and PDF for graphics particularly on documents with many diagrams.
We could reduce the time required by caching graphics using some appropriate change detection scheme like hashing the diagrame source code and using that as a file name for intermediate results and then checking for its existence before running the actual generation.