Tag: Python

Posts tagged "Python".

2026 1 writing

An O(1) lock-free scheduler lost 4–5× throughput to false sharing: two threads fighting over one 64-byte CPU cache line. The fix was memory layout, not the algorithm.