okay so, for each I noticed:
sort_key.py output: (7.831844830495034, 7.831844830495034, 0.007238990436380451, 0.005180995806581773)
but it's actually wrong since the data is indeed sorted (can be compressed, etc) and we can see the correct serial correlation if we go over N chunk instead of byte wise
same for natural_sort.py: (7.831844830495034, 7.8057683129781035, 0.007238990436380451, -0.014762771757389138)
and for sort_chunk.py we can clearly see it work better: (7.799797108624771, 7.799797108624771, 0.0435945185010197, 0.9522599356796657)