|
Memory-Efficient Dictionary via Elastic Hashing (Achieving 40%+ RAM savings at high load factors)
|
|
23
|
875
|
February 20, 2026
|
|
Why did cProfile crash?
|
|
2
|
77
|
February 1, 2026
|
|
Best practice for collecting perf stat counters for pyperformance benchmarks without including harness overhead?
|
|
0
|
82
|
January 20, 2026
|
|
Add zero-copy conversion of `bytearray` to `bytes` by providing `__bytes__()`
|
|
70
|
3517
|
January 15, 2026
|
|
Python 3.15 JIT benchmarks
|
|
3
|
474
|
January 13, 2026
|
|
Guidelines for acceptable performance optimizations?
|
|
6
|
441
|
January 9, 2026
|
|
How did you make such huge performance gains?
|
|
2
|
354
|
December 12, 2025
|
|
Performance regression from using `email.message.Message.get_params()` as replacement of `cgi.parse_header` following PEP 594
|
|
8
|
669
|
September 4, 2025
|
|
Using Clang-CL for Better Performance on Windows on ARM
|
|
12
|
815
|
July 1, 2025
|
|
News faster CPython, JIT and 3.14
|
|
17
|
8021
|
June 21, 2025
|
|
Who works on digital sustainability in the Python world?
|
|
21
|
1421
|
June 20, 2025
|
|
Performance of chained operations on numpy arrays
|
|
9
|
296
|
June 11, 2025
|
|
Question about JIT performance improvement
|
|
2
|
257
|
June 7, 2025
|
|
Python // vs. divmod?
|
|
11
|
282
|
May 30, 2025
|
|
Add control flow callbacks for JIT-compiled frameworks
|
|
12
|
462
|
May 13, 2025
|
|
Python 3.14.0a7 - Slow functions when including try-except statement
|
|
1
|
203
|
April 24, 2025
|
|
High-performance Asyncio networking: sockets vs streams vs protocols
|
|
10
|
2356
|
December 23, 2024
|
|
numpy array access
|
|
7
|
1231
|
December 2, 2024
|
|
Enable dictionary constructor to compute values concurrently
|
|
4
|
264
|
December 1, 2024
|
|
Why python in Debian Docker image is faster than official Docker's python image?
|
|
11
|
3124
|
May 23, 2024
|
|
Profiling applications with decorators - how to improve decorator names
|
|
0
|
315
|
March 7, 2024
|
|
Performance of str.encode vs codecs.getwriter
|
|
9
|
580
|
February 14, 2024
|
|
How much memory does using "from xxx import *" use
|
|
9
|
58959
|
January 31, 2024
|
|
Add `key` argument to `tuple.index()`
|
|
18
|
1064
|
January 7, 2024
|
|
Make several attributes stores a SINGLE instruction
|
|
9
|
780
|
January 6, 2024
|
|
How to measure performance impact when changing CPython Lib (.py files)
|
|
4
|
584
|
January 3, 2024
|
|
collections.ChainMap.get performance
|
|
10
|
696
|
December 27, 2023
|
|
Python 3.8: speed up the import of external libraries after restarting the PC
|
|
5
|
2567
|
November 22, 2023
|
|
Optimise non-backtracking regex patterns with non-deterministic finite automata
|
|
4
|
1110
|
November 4, 2023
|
|
Optimizing unpacking constants values
|
|
2
|
489
|
November 20, 2022
|