Hey @skilesare,
Since the last update, I’ve implemented the Gzip decoder for fixed and dynamic Huffman codes.
I am currently working on compression with dynamic Huffman codes and should be finished soon.
Do you have any example projects where you used the pipelinify.mo
library to avoid exceeding the instruction limit? I’ve tried implementing the processor-consumer model for multi-step processing, where the processor canister does the heavy lifting and returns the response to the consumer. However, I’m still hitting the instruction limit for data above 1MB.