This piece of shit is so slow, will it ever be fixed?

This piece of shit is so slow, will it ever be fixed?

Mike Stoklasa's Worst Fan Shirt $21.68

The Kind of Tired That Sleep Won’t Fix Shirt $21.68

Mike Stoklasa's Worst Fan Shirt $21.68

  1. 2 weeks ago
    Anonymous

    >This piece of shit is so slow
    It's not?

    • 2 weeks ago
      Anonymous

      It is
      Go frick yourself or I'll do it for you...
      ... wait ...

      • 2 weeks ago
        Anonymous

        It's as fast as C/C++ most of the time

        • 2 weeks ago
          Anonymous

          What are you talking about ?!
          Ever since i went maximum effort into Ai development, 90℅ of my time is rewriting pyjeet solutions to C++ just so it will run 400%- 1200% faster.
          Frick it!!!

          • 2 weeks ago
            Anonymous

            >90℅ of my time is rewriting pyjeet solutions to C++
            You've just proven you have no idea what you're talking about

          • 2 weeks ago
            Anonymous

            >still believes that most pyjeet solutions just call C/++ finctions
            You fell for the meme.
            I went out there and the viable applications are 100% pyjeet.
            It's so fricking over it's not funny anymore.

          • 2 weeks ago
            Anonymous

            it's illegal to reveal this to python programmers buddy, I am going to report you to authorities

  2. 2 weeks ago
    Anonymous

    room temperature iq take. everyone knows that all of the performance critical programs call out to C

    • 2 weeks ago
      Anonymous

      #include <pybind11/pybind11.h>

      int add(int i, int j) {
      return i + j;
      }

      PYBIND11_MODULE(example, m) {
      m.doc() = "pybind11 example plugin"; // optional module docstring

      m.def("add", &add, "A function that adds two numbers");
      }

      >just pip install 300 libraries bro
      >just become proficient in C bro
      piece of shit, I wish all the libraries I used could be magically ported to Go or any language that is not this slow ass garbage

      • 2 weeks ago
        Anonymous

        https://i.imgur.com/YLPxobI.png

        This piece of shit is so slow, will it ever be fixed?

        Indeed.
        I never liked GO, but sure as hell would replace python with it.
        Python is the pajeet take on coding, the empty space validity was a dead giveaway an absolute idiot invented this language.

        • 2 weeks ago
          Anonymous

          >filtered by fricking whitespace
          Every time.

        • 2 weeks ago
          Anonymous

          >the empty space validity was a dead giveaway an absolute idiot invented this language.
          you're a fricking moron and your just parroting shit that you've heard boomers complain about. when boomers had to deal with whitespace syntax they had to deal with absolutely moronic shit like COBOL where the whitespace was part of the SYNTAX, that means that having specific characters on specific columns had special meaning.

          python doesn't use whitespace syntax like this at all, it uses whitespace for its scoping syntax, and if you had used the language for any period of time you'd know that it's actually very flexible, you can use semi-colons and line breaks and shit (but why the frick would you?). the only time you need to use whitespace is when you introduce a new scope, in which case you should be using whitespace anyways. are you really telling me you don't indent new scopes in C or java? this is the most fricking pajeet criticism of python i can imagine.

          • 2 weeks ago
            Anonymous

            {}
            The perfect and moat aesthetic scoping in existence

            python:

            Nuff said

          • 2 weeks ago
            Anonymous

            you disagreeing with the aesthetics doesn't make it pajeet.

          • 2 weeks ago
            Anonymous

            Using whitespace for scoping IS a fricking part of the syntax
            So basically using a transparent character to do something you should see.
            It's moronic.

          • 2 weeks ago
            Anonymous

            configure your editor and it won't be a problem you moronic troony, I have written multitude of scripts in past 15 years and never had whitespace cause any problems

          • 2 weeks ago
            Anonymous

            can you not see an indent?
            do you have some sort of moron indent blindness or something?
            ifusingaspaceforadelimiterorseperatorisabadideaiguessweshouldjustalltypelikethisyoustupidfrickingmoron.

          • 2 weeks ago
            Anonymous

            Why wouldn't they just make it a # sign. There'd be no performance loss between that and a white space

          • 2 weeks ago
            Anonymous

            because#that#would#look#fricking#moronic#you#fricking#moron

          • 2 weeks ago
            Anonymous

            I'm just saying. You press tab and the thing gives indent errors. If it didn't it wouldn't be a problem.

          • 2 weeks ago
            Anonymous

            like I said, never happened to me in 15 years, seems like you are the problem...

          • 2 weeks ago
            Anonymous

            morons often use some trash editor that allows mixing tabs and spaces and then get that meme error that I never witnessed in my life

          • 2 weeks ago
            Anonymous

            >his editor doesn't allow mixing tabs and spaces
            Why? They're two different characters. I write them with intent.

          • 2 weeks ago
            Anonymous

            >noooo, not muh heckin {}
            >indents anyway like he would in python
            I spit in your face pajeet

          • 2 weeks ago
            Anonymous

            >are you really telling me you don't indent new scopes in C or java?
            no, i just let the IDE do it automatically for me with the auto-formatter
            whitespace is there for readability and to look pretty
            making it part of the syntax is moronic
            let's explore this dogshit idea further: what if different fonts meant different things?

        • 2 weeks ago
          Anonymous

          I'm glad that python stuck with white space significant syntax, it kept the ever-nesters and the no-precommit-no-code-formatting homosexuals out of the language.

          • 2 weeks ago
            Anonymous

            >no-precommit-no-code-formatting homosexuals
            elaborate

          • 2 weeks ago
            Anonymous

            Java and C++ is usually awful with trailing white spaces, huge ass functions with 10 level deep nesting and not even proper indentation. Python gays have to get these right because syntax forces them.

          • 2 weeks ago
            Anonymous

            I don't have trailing whitespaces because vim just deletes them
            my vim config is
            filetype plugin indent on
            set tabstop=4
            set shiftwidth=4
            set expandtab

            and I never had IdentationError in my life btw

          • 2 weeks ago
            Anonymous

            In other languages you can auto format with ctrl shift F or so. So shut the frick up

    • 2 weeks ago
      Anonymous

      this. python is only as slow as the user.

      It's as fast as C/C++ most of the time

      What are you talking about ?!
      Ever since i went maximum effort into Ai development, 90℅ of my time is rewriting pyjeet solutions to C++ just so it will run 400%- 1200% faster.
      Frick it!!!

      Unless you're doing real-time anything, Python will be more than enough for literally everything. Obviously you're a room temperature nocoder who can't even use Python correctly.

      Shit takes. If you want to run a script in an industry-grade python project the import time of libraries alone ranges in the 3 to 10 seconds.
      For instance, a couple typical libraries for a ML project
      import time

      start = time.perf_counter()

      import accelerate
      import numpy
      import matplotlib
      import torch
      import torchaudio
      import scipy
      import transformers
      import librosa
      import wandb

      print(f"Imported in {time.perf_counter() - start:.03f}s")

      • 2 weeks ago
        Anonymous

        Never had an issue, but then again our industry-grade training runs on a cluster the size of your basement office.

      • 2 weeks ago
        Anonymous

        What you're trying to import are libraries for training a model. Your 3 to 10 seconds are nothing for that usage dumb frick.

  3. 2 weeks ago
    Anonymous

    And the worse thing is, most Ai solutions are written in 100℅ python...
    They are 100℅ useless for any serious approach.
    whisper being the best example of how fricked up sub-pars really are. I fricking hate sub-par coders...
    It's slow as frick !!!! USELESS !!!!
    Python was a mistake.

    • 2 weeks ago
      Anonymous

      >whisper is bad
      name something better then
      also you already have forks that do shit like whisper-timestamped or the other one that's 5-6x faster.

  4. 2 weeks ago
    Anonymous

    #include <pybind11/pybind11.h>

    int add(int i, int j) {
    return i + j;
    }

    PYBIND11_MODULE(example, m) {
    m.doc() = "pybind11 example plugin"; // optional module docstring

    m.def("add", &add, "A function that adds two numbers");
    }

    • 2 weeks ago
      Anonymous

      this. python is only as slow as the user.

  5. 2 weeks ago
    Anonymous

    Python is for writing utility scripts that are not trivial enough for bash. That it.

    • 2 weeks ago
      Anonymous

      And still even php is a better solution at this point as it runs 20x faster kek

  6. 2 weeks ago
    Anonymous

    L E A K I N G
    A
    B
    S
    T
    R
    A
    C
    T
    I
    O
    N

    • 2 weeks ago
      Anonymous

      #include <pybind11/pybind11.h>

      int add(int i, int j) {
      return i + j;
      }

      PYBIND11_MODULE(example, m) {
      m.doc() = "pybind11 example plugin"; // optional module docstring

      m.def("add", &add, "A function that adds two numbers");
      }

  7. 2 weeks ago
    Anonymous

    JIT compilers for python fixed this years ago. just use one of them

  8. 2 weeks ago
    Anonymous

    Just use Cython when ever you need a for loop.

  9. 2 weeks ago
    Anonymous

    6/10 times doesn't matter for what you're writing, 3/10 times it does matter but someone will have written some kind of interop with a faster language, 1/10 times yeah it might be too slow for what you're doing.

  10. 2 weeks ago
    Anonymous

    doing NLP outside of python sounds pretty terrible, sorry not sorry

  11. 2 weeks ago
    Anonymous

    Unless you're doing real-time anything, Python will be more than enough for literally everything. Obviously you're a room temperature nocoder who can't even use Python correctly.

  12. 2 weeks ago
    Anonymous

    its slow by design

  13. 2 weeks ago
    Anonymous

    it's fine for what is does
    slow only for morons writing numerical algorithms on it for production use

    • 2 weeks ago
      Anonymous

      >writing algos for production use
      >a moron
      the only way to please IQfy in 2024 is to have made your own kernel, run only software you ahve written yourself and use a 1980 atari modded with a 30 core processor (you would have to make the needed hardware tweaks for that to be compatible).

      • 2 weeks ago
        Anonymous

        what are you smoking?
        what mean is if need performance make a module

  14. 2 weeks ago
    Anonymous

    Python my beloved. It's the fastest to develop with, the code is elegant and more expressive than pseudocode, it's standard library has almost everything, it's fast to make your own throwaway micro-libraries, for anything else there is a pip package, it's fast enough for almost everything, for anything else there is numpy and calling native libraries, the async stuff are awesome, I could go on, Python is as close to a perfect language as possible and it keeps getting better. I love python

  15. 2 weeks ago
    Anonymous

    >we optimize for developer time here not computer time
    >*replaces you with AI*

  16. 2 weeks ago
    Anonymous

    maybe you should stop writing everything in O(n^2) complexity then

  17. 2 weeks ago
    Anonymous

    >This piece of shit is so slow
    It's a fricking python, what did you expect

  18. 2 weeks ago
    Anonymous

    Python is the only language I know. I’ve made attempts at learning other languages, but I always stop after a few days because it seems pointless when Python works just fine for 90% of use cases.

Your email address will not be published. Required fields are marked *