Live data from Hacker News

Viewing profile — andmkl

andmkl

HN member
Joined
Fri, Jul 12, 2024, 11:58 PM UTC
HN karma
10
Public activity
4 items

About andmkl

No profile information was provided.

Recent public activity

  1. comment
    Comment #40950814

    [flagged]

  2. comment
    Comment #40950708

    That would be in the order of previous GIL-removal projects, which were abandoned for that reason.

  3. comment
    Comment #40950681

    Yes, but then extensions can already release the GIL and use the simple and industrial strength std::thread, which is orders of magnitude easier to debug.

  4. comment
    Comment #40950578

    C++ has apt-get etc. because the libraries do not change all the time. Also, of course there are vcpkg and conan. Whenever you try to build something via pip, the build will invari…