[go: up one dir, main page]

|
|
Log in / Subscribe / Register

A viable solution for Python concurrency

A viable solution for Python concurrency

Posted Oct 26, 2021 3:56 UTC (Tue) by dancol (guest, #142293)
In reply to: A viable solution for Python concurrency by winden
Parent article: A viable solution for Python concurrency

> predicted by the CPU branch predictors.

The amount of state maintained by a CPU branch predictor is finite. If the CPU is predicting this branch, it's *not* predicting some other branch.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds