Live data from Hacker News

Viewing profile — qstwall

qstwall

HN member
Joined
Sat, Oct 16, 2021, 7:32 AM UTC
HN karma
8
Public activity
3 items

About qstwall

No profile information was provided.

Recent public activity

  1. comment
    Comment #28886250

    It will still be slow if the threaded code is in pure Python.

  2. comment
    Comment #28886235

    It took several years to migrate Twisted or NumPy. The 10 years is the cumulative pain of having 30% of packages not migrated yet. It took at least 7 years to have 90% migrated.

  3. comment
    Comment #28886228

    It is hard to see the point of a GIL removal that will destabilize the C extension ecosystem for probably a decade again: C extensions can already start as many threads as they lik…