This is a short summary. ↗ Open original to view full content
Celebrating 2^13 Subscribers & My Birthday
from blog Confessions of a Code Addict, | ↗ original
Related
More from Confessions of a Code Addict
The Pythonic Emptiness
9 Nov 2024 |
original ↗
Why the Pythonic way of doing emptiness check on sequences is not necessarily ambiguous in most cases
Live Session: Live Coding a Bytecode Interpreter for Python
30 Oct 2024 |
original ↗
We are due for our next live session.
The CAP Theorem of Clustering: Why Every Algorithm Must Sacrifice Something
29 Oct 2024 |
original ↗
No clustering algorithm is perfect and you must make a trade-off.
Speculative Decoding and Beyond: A Survey of Speculative Decoding Techniques
18 Oct 2024 |
original ↗
What is speculative decoding, how it works and what are some of the recent advances in this area?
Connecting CPython's GC Internals to Real-World Performance
2 Oct 2024 |
original ↗
Learn how the knowledge of CPython internals translate into performance insights for your code