Python 3.11 might not be that Fast. Creating a Bench Marking Program.

Sdílet
Vložit
  • čas přidán 8. 11. 2022
  • Let's compare every version of Python 2.7 through 3.11 and see how much it has improved. We are going to write one file that can run in every version mimicking how most Python users write code. This will show us how much the speed has really improved for most users.
    github.com/ClarityCoders/Pyth...
    👊You got something to say to me?? Join our discord!✌️
    / discord
  • Věda a technologie

Komentáře • 14

  • @amegatron07
    @amegatron07 Před rokem

    The thing that shocked me the most about Python performance was that how expensive are method invocations. They can affect overall performance very dramatically. For example, if you had some a long but relatively fast method, and decided to clean it up by extracting some logic into separate classes or method, it'll slow the method significantly.

  • @dmcpacks
    @dmcpacks Před rokem

    I wasn't expecting 3.10 to be as slow as it was, definitely a surprise.

  • @nerdylittlesideprojects9141

    Asycio performace would be interesting to see for those file operations. Ofcourse that would cover only newer python versions. For me asyncio is already the common way how I write python.

  • @annemariestutz1883
    @annemariestutz1883 Před rokem

    Let's right that code.

  • @benjamin_y97
    @benjamin_y97 Před rokem

    Where python 3.6 😅

  • @thenextbigthing1393
    @thenextbigthing1393 Před rokem

    Why is my comment deleted over and over from your video???

    • @ClarityCoders
      @ClarityCoders  Před rokem

      This is BS we need the next big thing comments! It isn't me my man. Thanks for the comment though! New video out today on Yolov7 check it out if you get time.

    • @thenextbigthing1393
      @thenextbigthing1393 Před rokem

      @@ClarityCoders btw someone already used python to play the game automatically... So I think AI can be used too.

    • @thenextbigthing1393
      @thenextbigthing1393 Před rokem

      @@ClarityCoders good job deleting my comment again... Great work!! 👏👏👏👏👏

    • @ClarityCoders
      @ClarityCoders  Před rokem

      @@thenextbigthing1393 It must to automatic I don't delete anything honestly haha

  • @reezzrex0690
    @reezzrex0690 Před rokem

    beat some more high scores