skelsec / minidump

Python library to parse and read Microsoft minidump file format
MIT License
270 stars 55 forks source link

Speedup #17

Closed skelsec closed 3 years ago

skelsec commented 3 years ago

adding chunksize parameter to better control file read operations. this adds another buffer layer between the parser and the disk