- Changed multiprocessing library from ray (memory intensive) to python's internal multiprocessing (has shared memory)
- Combined decoding function and block checking function into one for an almost 3x speed increase!
- Did some funky function stuff to decrease memory use even more
(Doesn't work on non-Linux OS)