Victor Künstler
Results
1
comments of
Victor Künstler
You can also collect byte offsets for each line in a large file and store it in a dictionary. ```python offset_dict = {} with open(large_file_path, 'rb') as f: f.readline() #...