• HyperCube
    link
    fedilink
    12 months 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
      link
      32 months 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.