Xxhash — Vs Md5

start = time.time() md5 = hashlib.md5(data).hexdigest() md5_time = time.time() - start