RibenaJT
Results
1
comments of
RibenaJT
returning the array + dimensions in byte format (as opposed to shifting bits) makes this about 15% or so faster ` return polycube.tobytes() + polycube.shape[0].to_bytes(1) + polycube.shape[1].to_bytes(1) + polycube.shape[2].to_bytes(1) #...