mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Refactoring of 3MF file export to use the new homebrewed miniz
streaming interface. This shall fix high memory consumption and crashes when exporting extremely large 3MF files.
This commit is contained in:
@@ -2,6 +2,8 @@ This library is based on miniz 2.1.0 - amalgamated version.
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
PrusaResearch (Vojtech) homebrewed the following:
|
||||
|
||||
mz_zip_writer_add_staged_open(), mz_zip_writer_add_staged_data() and mz_zip_writer_add_staged_finish()
|
||||
were derived from mz_zip_writer_add_read_buf_callback() by splitting it and passing a new
|
||||
mz_zip_writer_staged_context between them.
|
||||
|
||||
Reference in New Issue
Block a user