Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AU
Posts
34
Comments
10
Joined
2 yr. ago

Technology @lemmy.world

Python Performance: Why 'if not list' is 2x Faster Than Using len()

Technology @lemmy.world

Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know

Technology @lemmy.world

Context Switching and Performance: What Every Developer Should Know

Technology @lemmy.world

How Unix Spell Ran in 64kB RAM

Technology @lemmy.world

Linux Context Switching Internals: Part 1 - Process State and Memory

Technology @lemmy.world

The CAP Theorem of Clustering: Why Every Algorithm Must Sacrifice Something

Technology @lemmy.world

Disillusioning the Magic of the fork System Call

Technology @lemmy.world

An Unreachable Hidden XKCD Easter Egg inside CPython

Technology @lemmy.world

CPython's Garbage Collector and its Impact on Application Performance

Technology @lemmy.world

The Pythonic Emptiness

Technology @lemmy.world

A Selective Survey of Efficient Speculative Decoding Techniques for LLM Inference

Technology @lemmy.world

CPython Runtime Internals: Key Data Structures & Runtime Bootstrapping

Technology @lemmy.world

The Design & Implementation of the CPython Virtual Machine

Technology @lemmy.world

Are Function Calls Still Slow in Python? An Analysis of Recent Optimizations in CPython

Technology @lemmy.world

Two Threads, One Core: How Simultaneous Multithreading Works Under the Hood

Technology @lemmy.world

CPython Garbage Collection: The Internal Mechanics and Algorithms

Technology @lemmy.world

How Python Compares Floats and Ints: When Equals Isn’t Really Equal

Technology @lemmy.world

A Deep Dive into the Underlying Architecture of Groq's LPU

Programming @programming.dev

CPython Type System Internals: Video Series

Programming @programming.dev

CPython Dynamic Dispatch Internals: What Happens When You do a + b?