compression_speedtest.py

import time t1 = time.time() l = [[i for i in range(10)] for j in range(10)] for i in range(100000): for j in l: for k in range(10): qm = j[k] t2 = time.time() print(t2- t1)
Compression

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.