Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in timeit
Magic function timeit
Apr 14, 2026
python
ipython
timeit
magic-function
Why is the first run of timeit usually slower than subsequent ones?
Apr 09, 2026
python
timeit
Testing joining list with a 60MB string with `timeit` causes MemoryError
Apr 03, 2026
python
timeit
timeit for a specified period of time
Mar 29, 2026
python
timeit
Why does creating a list from a generator object take so long?
Mar 10, 2026
python
list
python-3.x
generator
timeit
%%timeit not returning defined variable
Mar 02, 2026
python
ipython
timeit
IPython %timeit magic - changing output from "mean & std" to "best of 3"
Feb 28, 2026
python
eclipse
python-3.x
ipython
timeit
Using timeit on a cython function
Feb 26, 2026
python
cython
timeit
timeit module - get fastest and slowest loop
Feb 14, 2026
python
python-2.7
timeit
Difference between %time vs %%time vs %timeit %%timeit in Jupyter Notebook
Dec 10, 2025
python
time
jupyter-notebook
timeit
Why is [None] * 10 faster than [None for i in range(10)]
Oct 26, 2025
python
performance
list-comprehension
timeit
How to use timeit where each test requires random setup
Oct 21, 2025
python
profiling
timeit
Is %timeit applied to a function or reference via parameters in command line?
Sep 08, 2025
python
timeit
Why does the ipython magic function `%timeit -n1 code_block` execute `code_block` multiple times?
Mar 08, 2023
python
ipython
timeit
Why is lambda function execution time different when passed as callable vs being passed as a string statement to timeit.repeat()?
Feb 01, 2023
python
timeit
What do `ns` and `us` stand for in `timeit` result?
Nov 23, 2020
python
timeit
timeit and its default_timer completely disagree
Sep 13, 2022
python
performance
garbage-collection
timeit
List concatenation using "+=" vs "extend" in Python 2 & Python 3
Sep 03, 2025
python
performance
python-2.7
python-3.x
timeit
Older Entries »