Search results for "6a81f0732377b97dbe6ccf1553861038" in md5 (2)

/v/ - Thread 719064428
Anonymous No.719074028
>>719073704
>does everything worse than the cheaper alternative
is this nigger for real?
/g/ - /dpt/ - Daily Programming Thread
Anonymous No.106302145
Turns out comparing enums in python is slower than just comparing strings.
so like
if token.type == 'symbol':

is faster than
if token.type == Token.SYMBOL:

I mean I know its python but come on