Closed jacobwegner closed 1 year ago
I noticed that the test suite was running slow. Checking for the presence of an id in a list is slower than checking in a set:
id
list
set
before: 443 passed in 199.78s (0:03:19) after: 443 passed in 18.92s
I noticed that the test suite was running slow. Checking for the presence of an
id
in alist
is slower than checking in aset
:before: 443 passed in 199.78s (0:03:19) after: 443 passed in 18.92s