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 ... 4 5 6 7 8 ... 15
Title Δ
Find all combination that sum to N when multiplies by index 0.00
Check if a number is a perfect power of another number +1.00
Why am I unable to join this thread in python? -1.86
Python Multiprocessing: Child processes working at different speed 0.00
In python multi-producer & multi-consumer threading, may queue.... 0.00
Longest Collatz (or Hailstone) sequence optimization - Python 2.7 +1.86
Python multiprocessing numpy.linalg.pinv cause segfault -0.67
threads stopped using __stop are not removed from threading.enumera... 0.00
Multiprocessing, what does pool.ready do? -0.61
python multiprocessing pool with expensive initialization +0.31
FindRootTest not working 0.00
Using Concurrent.Futures.ProcessPoolExecutor to run simultaneous &a... +0.33
Missing lines when writing file with multiprocessing Lock Python 0.00
return string with first match Regex -1.18
Acceptable use of os.open/read/write/close? 0.00
Two python pools, two queues 0.00
Why and how are Python functions hashable? -0.67
Find Repeating Substring In a List -0.42
Why is there no symmetric difference for collections.Counter? +2.39
Python pint module with multiprocessing 0.00
Which Python multiprocessing inputs resulted in a timeout? 0.00
python multiprocessing.pool.map, passing arguments to spawned proce... 0.00
python multiprocessing/threading code exits early 0.00
Python heapq vs sorted speed for pre-sorted lists +2.29
python mktime(.timetuple()) returns different results in mac and li... 0.00
Is there special significance to 16331239353195370.0? 0.00
Is extending a Python list (e.g. l += [1]) guaranteed to be thread-... +1.30
Python 3: How to properly add new Futures to a list while already w... 0.00
Why multiprocessing.Process behave differently on windows and linux... -1.37
Random access over all pair-wise combinations of large list in Python +1.11
Calculating square root using only integer math in python +1.22
What is faster, `if x` or `if x != 0`? 0.00
Multiprocessing pool example (parallel) is slower than sequential.... 0.00
First of two blocks of code of reading from a file not executing in... -0.16
removing strings from a python list based on Hamming distance 0.00
Multiprocessing: why is a numpy array shared with the child process... 0.00
Hours not being added to date object in Python 0.00
Python - is `threading.Event` "set" during garbage collec... -0.63
python TypeError adding time using timedelta -0.64
What built-in function is called when entering object in interactiv... +1.23
Can a set() be shared between Python processes? 0.00
Does iterating over my_dict.keys() and modifying the values in the... +0.93
Timing Modular Exponentiation in Python: syntax vs function -1.72
Python: concurrent file seek 0.00
Please explain this early termination of multiprocess.Process subcl... 0.00
Any alternative or improvement of my recursive/iterative approach? 0.00
Python map a value to each i-th sublist's element -2.14
python: why does float's zero detection fail after calculating... +1.08
Unexpected behavior in Python recursive generator with izip 0.00
What's the meaning of "(1,) == 1," in Python? +0.91