krypt icon indicating copy to clipboard operation
krypt copied to clipboard

Chunk data processing

Open Stupremee opened this issue 5 years ago • 0 comments

Describe the problem you're trying to solve If you want to hash / encode a big file, the whole file is loaded into ram and it allocated the size of the file.

Describe the solution you'd like Read the data in chunks of a specific size, so that only one chunk is loaded at the time.

Stupremee avatar Mar 07 '20 21:03 Stupremee