A quick script to allow for regular expression searching across large data sets. This utilises Python’s multiprocessing to search large amounts of data in chunks and scales to the amount of available CPU cores. Full details found on my Github:
A quick script to allow for regular expression searching across large data sets. This utilises Python’s multiprocessing to search large amounts of data in chunks and scales to the amount of available CPU cores. Full details found on my Github: