mupdf-js icon indicating copy to clipboard operation
mupdf-js copied to clipboard

Manual context management support

Open anthrax63 opened this issue 1 year ago • 0 comments

By default, mupdf-js creates a MuPDF context upon initialization and uses it for all calls. However, since the context includes a cache, over time this can lead to an increase in the application's memory consumption. In this PR i've added support for manual context management.

anthrax63 avatar Apr 01 '23 15:04 anthrax63