You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking through the benchmark code and noticed a classic Python anti-pattern in the compress function: def compress(n, algo_class, algo_args=[]):
Hi!
I was looking through the benchmark code and noticed a classic Python anti-pattern in the
compressfunction:def compress(n, algo_class, algo_args=[]):