SpiceQA
Questions
Tags
Users
Badges
timeit
26 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
I want Python class/function to approximate IPython %%timeit
user_1086346
0
•
asked Mar 22, 2021
2
1
53
jupyter-notebook
timeit
ipython
python
Why python fibonacci sequence loop is slower than recursion?
user_8990117
0
•
asked Jan 13, 2021
2
1
164
memoization
timeit
python-3.x
python
timeit and its default_timer completely disagree
user_13008439
0
•
asked Sep 5, 2020
51
1
2199
timeit
garbage-collection
python
performance
Extracting the measured values from %%timeit using regular expression
user_12178630
0
•
asked May 10, 2020
2
1
210
timeit
python-3.x
python
regex
Strange behaviour using timeit + exec
user_2789560
0
•
asked Mar 12, 2020
2
1
88
python-3.7
timeit
python
Difference between number of runs and loops in timeit result
user_8794465
0
•
asked Oct 26, 2019
2
1
695
timeit
python
Why is [None] * 10 faster than [None for i in range(10)]
user_5123730
0
•
asked Oct 20, 2019
3
1
1374
timeit
list-comprehension
python
performance
what is diffrence between number and repeat in python timeit?
user_11520302
0
•
asked Jun 25, 2019
11
2
1560
timeit
python
timeit ValueError: stmt is neither a string nor callable
user_9403844
0
•
asked Jan 10, 2019
16
6
17608
callable
timeit
python
Why is lambda function execution time different when passed as callable vs being passed as a string statement to timeit.repeat()?
user_4180993
0
•
asked Oct 1, 2017
4
1
490
timeit
python
Prev
Prev
1
2
(current)
3
Next
Next
Hot Questions