• HyperCube@kbin.run
    link
    fedilink
    arrow-up
    4
    arrow-down
    3
    ·
    1 month ago

    Numpy is written in C.

    So you get the best of both worlds then: the speed of C and the ease of use of Python.

    • FizzyOrange@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      Sure but that’s not relevant to the current discussion. The point is that removing the GIL doesn’t affect Numpy because Numpy is written in C.