StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Tim Peters

Rating
1648.32 (590th)
Reputation
43,961 (2,431st)
Page: 1 2 3 4 ... 15
Title Δ
Applying conditions before executing variable nested loop for permu... +0.98
python multi-threading lock is not working as expected when doing n... +0.30
How is mt19937 prng exactly used for python random module functions? 0.00
Why is multiprocessing slower here? +0.29
Python strip() Does Not Strip Part Of File Path Name Correctly -0.17
Find longest adjacent repeating non-overlapping substring +0.31
What is the most efficient way to sum integers in a range? -1.83
Fibonacci Function Memoization in Python -2.44
How to change this program to use random.shuffle instead of random.... -0.83
(Memory-efficiently) implement `sorted` as a generator +1.37
Does itertools.product really generates all possible permutations? 0.00
Use walrus operator in Python 3.7 -1.82
How to use Queue for multiprocessing with Python? 0.00
How can i store each iteration of a reduce function in a list? +0.99
Working with big numbers in Python and writing them to file 0.00
Delete a node in a linked list - is any form of garbage collection... 0.00
Freeing large objects in Python 0.00
When CPython set `in` operator is O(n)? +0.78
Simple Python Nest For Loop Exhausts Memory +0.29
Why is my code not spawning two processes? 0.00
Why is the time a piece of the whole computaion (benchmking_f in th... +0.26
Why does the Python random.random() give a different value if the p... +1.87
Truncate decimal value in python 0.00
Multiprocessing spawns idle processes and doesn't compute anyth... -0.86
Which takes less memory, a frozenset or a tuple? +0.70
Python hangs indefinitely trying to delete deeply recursive object +0.28
why does itertools.count() consume an extra element when used with... +2.77
How long would it take python to generate a million different numbe... -0.44
In python what's the fastest way to generate the tuple: (1.0, 0... +0.74
Is dict.update() thread-safe? +1.16
Does numpy.dot have accuracy limitations for large arrays? 0.00
Why does dictionary take less time than set in python? 0.00
Why is the built-in python sum function behaving like this? -0.52
Generator Recursion in Sieve of Eratosthenes Skips Steps 0.00
Python multiprocessing is slower than regular. How can I improve? 0.00
Finding Carmichael Numbers 0.00
Is a delete needed to free up memory 0.00
How many ways are there to change a variable's value? 0.00
Why does math.isclose() fail to detect minor differences between ve... 0.00
A strange result in python using function multiprocessing.Pool? 0.00
Accessing dictionary items by position in Python 3.6+ efficiently +1.86
python GC - reference counting works only WHEN gc.collect()? 0.00
How to remove an item in list once used from a large list in python... +0.29
Does python's dict.items() always return the same order? +0.29
Why does Stackoverflow occur in CPython 0.00
permutation calculation runtime complexity with some changes 0.00
How to change the order of keys in a Python 3.5 dictionary, using a... +0.31
Is it possible to generate a random number in python on a completel... +0.87
How to get a very long decimal digit by dividing a irrational numbe... 0.00
Predicting the output of Python 3.6's `math.floor` for input fl... 0.00