sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
893 stars 213 forks source link

#1224 Optimization for UFDR and small files #1957

Closed lfcnassif closed 8 months ago

lfcnassif commented 8 months ago

Closes #1224, closes #1958 and fixes #1955.

Simply increasing buffers used to read files from UFDRs from 8K to 64K resulted in up to 3x speed up in TempFileTask and overall 10%-15% speed up in total processing time in a few UFDR evidences I tested.

lfcnassif commented 8 months ago

Sorry, commit 109091d used a wrong issue number as reference, it should be #1958.