PyPy: The Faster Brother of CPython

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 22

  • @nocturnomedieval
    @nocturnomedieval 8 днів тому +8

    Would be valuable to make a series about python accelerators, compilers, dialects or supersets. You can talk about Pyston, pyran, codon and finally mojo. And numba obviously.

    • @BokoMoko65
      @BokoMoko65 7 днів тому +1

      Agreed and 100% supported.

  • @spiderron1463
    @spiderron1463 8 днів тому +4

    This is a really interesting topic. Thank you.

  • @BokoMoko65
    @BokoMoko65 7 днів тому +2

    What's faster? A numpy matrix multiplier or your own pypy3 function?

  • @pietraderdetective8953
    @pietraderdetective8953 8 днів тому +1

    Try out Codon brother. It's fire 🔥🔥

  • @403902
    @403902 8 днів тому

    0:35 If I didn't know what you were talking about I am pretty sure your explanation would have made it more confusing..

  • @animelover5849
    @animelover5849 7 днів тому

    Findhuman package useful?

  • @jorge.barcelos
    @jorge.barcelos 4 дні тому

    How increase performance in Django web applications?

  • @copperchatter6890
    @copperchatter6890 8 днів тому +2

    Would this do well for cv2?
    With and without GPU?

    • @Pampslini
      @Pampslini 8 днів тому +1

      I think cv2 uses numpy, so maybe it will be slower

    • @thomasgoodwin2648
      @thomasgoodwin2648 8 днів тому +2

      My experience is that cv2 is problematic in that it is a wrapped C library. I have tried to get it to work with other Python compilers (like Numba) to no avail. (You can't even Freeze your code without a lot of special support). I use cv2 to do a lot of video enhancement (despite the fact it's not recommended by Open-CV), so I'm always looking for ways to speed the process up. Right now it takes 10-20 hours to process a movie. Would love to cut that figure down by an order of magnitude or so.

    • @copperchatter6890
      @copperchatter6890 8 днів тому

      @@thomasgoodwin2648 Thank you for your insights.

  • @timstevens3361
    @timstevens3361 2 дні тому

    techno tims big bro

  • @ozu7779
    @ozu7779 8 днів тому

    what linux and desktop environment are you using?

    • @NeuralNine
      @NeuralNine  8 днів тому

      @@ozu7779 Pop!_OS and i3-gaps

  • @derekreed6798
    @derekreed6798 7 днів тому

    I was all excited until you said its not going to speed up numpy (so probably pandas as well). When these libraries are optimised for pypy (and other popular libraries) it will be useful. But until then it would be difficult to justify in production.

  • @system64_MC
    @system64_MC 7 днів тому

    PyPy is nice, but sadly it's not supported by stuff like AutoPyToExe, so there is no way to produce an executable

  • @Oriko-l1q
    @Oriko-l1q 7 днів тому

    Use numba

  • @osamasrour4757
    @osamasrour4757 5 днів тому

    ❤❤❤❤

  • @theuser810
    @theuser810 8 днів тому +1

    Thank you. Would this make training a TF Neural Network faster?