handle large files
williballenthin opened this issue · 0 comments
williballenthin commented
consider using mmap
or FileMap
(https://github.com/williballenthin/INDXParse/blob/master/FileMap.py) instead of f.read()
https://github.com/williballenthin/python-pyqt5-hexview/blob/master/hexview/hexview.py#L791
thanks to @udgover