Meta is dedicating 3 engineers to get the nogil patches into cpython. There are some other companies stepping up as well. This is huge this is the closest we have ever been to solving the issue of the GIL.

  • RevOP
    link
    fedilink
    English
    110 months ago

    Like cython?

    Its a whole lot of magic. I many times have to look at the generated c code because its doing something weird especially when generating c++

    • @Zeth0s@lemmy.world
      link
      fedilink
      110 months ago

      Sorry I removed the old message because I thought was not interesting.

      I mean a compiler python to binaries, focused on performance optimization.

      Currently with cython you compile to c and then compile to binaries.

      Python ecosystem has become so complex and so widely used that a dedicated compiler would have its uses, and could do a lot in further optimizing performances