Someone improved my code by 40,832,277,770%

Поділитися
Вставка
  • Опубліковано 15 жов 2022
  • YES, the improvement should be 40,832,277,770%, not what I say in the video. The "408,322,778" multiple was correct and I did the percentage the wrong way. There will not be a follow-up video to correct that.
    The improvement was to my code from this video: • Can you find: five fiv...
    This is episode 038 of the A Problem Squared podcast which started it all: aproblemsquared.libsyn.com/03...
    Here is Benjamin Paaßen's full grid of all results and techniques used. It also has links to all the code as well. docs.google.com/spreadsheets/...
    The article by "encody" I mentioned: / how-to-speed-up-your-c...
    This is the reverse-frequency alphabet. Which is frequency in words, not in use (which would allow for frequency of word use; this list counts each word once).
    QXJZVFWBKGPMHDCYTLNUROISEA
    And whynot, a whole bunch of code. All of it is better than mine. All of it. (Even if you ran it all sequentially.)
    Benjamin Paassen [bpaassen]
    gitlab.com/bpaassen/five_clique
    Sylvester Hesp [oisyn]
    github.com/oisyn/parkerwords
    Phire [phire]
    github.com/phire/five_clique
    Neil Coffey [neilcoffey]
    github.com/neilcoffey/FunStuf...
    Richard Ebeling [He3lixxx]
    github.com/He3lixxx/five-word...
    Phillip Alday [palday]
    github.com/palday/FiveLetterW...
    Diggory Blake [Diggsey]
    github.com/Diggsey/five_words...
    Orson Peters [orlp]
    github.com/orlp/matt-parker-f...
    Bryan Redd [ae6nr]
    github.com/ae6nr/25letters
    Pablo Yaggi [pyaggi]
    github.com/pyaggi/WordStats
    Leonardo Taglialegne [miniBill]
    github.com/miniBill/parkerrust
    Nathan Baulch [NathanBaulch]
    gist.github.com/NathanBaulch/...
    Stefan Pochmann [pochmann]
    replit.com/@pochmann/5words53...
    Jacob [encody]
    github.com/encody/jotto-problem
    Gé Weijers [gweijers]
    github.com/gweijers/wordle_cover
    David A. Dalrymple [davidad]
    github.com/davidad/five-letters
    Alex Recuenco [recuenco_alex]
    github.com/alexrecuenco/five_...
    Kristin Paget [KristinPaget]
    github.com/kristinpaget/fivew...
    Ilya Nikolaevsky [IlyaNikolaevsky]
    github.com/ilyanikolaevsky/fi...
    Cheers to my Patreons for helping enable these videos. Without them test running all that code I'd never know how much better an iPad is than me. I'm sure I'll need Patreon help again soon; you can join the team here: / standupmaths
    CORRECTIONS
    - Ha, I got the percentage around the wrong way. Should be 40,832,277,770% better.
    - Yes, I missed the binary digit for the "A" in "BREAD" and everyone in the live premier chat noticed. Sorry about that. 🍞
    - Let me know if you spot any other mistakes!
    Filming and editing by Alex Genn-Bash
    Some graphics by Benjamin Paaßen
    Written and performed by Matt "32 days later" Parker
    Music by Howard Carter
    Design by Simon Wright and Adam Robinson
  • Розваги

КОМЕНТАРІ • 4,9 тис.

  • @stew675
    @stew675 Рік тому +14034

    Thank you for proposing the challenge Matt! It's been fun! The solution by Landon and myself referenced at the end truly was an effort that involved everyone else already mentioned in some way.
    That 500us mentioned (currently at 300us now by the way) has its "DNA" from about 10 different people in it.
    For me, this was as much of a social exercise as it was a mathematical and programming one.
    Can't wait for the next challenge!

    • @rmsgrey
      @rmsgrey Рік тому +606

      What I want to know is how the file read time was reduced by more than a factor of ten...

    • @pikapomelo
      @pikapomelo Рік тому +264

      A great example of open source success!

    • @Exachad
      @Exachad Рік тому +324

      @@rmsgrey Multithreading

    • @MathNerdGamer
      @MathNerdGamer Рік тому +117

      Mathematics and programming *are* social exercises! :)

    • @johnbennett1465
      @johnbennett1465 Рік тому +190

      @@Exachad if nobody is using memory mapping, then it can still be speed up. Not all languages/OSs support mapping, but it is the fastest way to get data into memory.

  • @elbiggus
    @elbiggus Рік тому +12008

    Coder: spends a month writing code to complete a task in a millisecond.
    Parker: just runs code for a month.
    Result: a tie!

    • @namef
      @namef Рік тому +500

      Meanwhile, Web Devs spend too much time coding AND executing…

    • @fashnek
      @fashnek Рік тому +434

      More like "spends an hour writing code to complete a task in a millisecond". The optimizations listed here are extremely natural and are the kinds of things that show up in basic coding interview questions.

    • @Obi-WanKannabis
      @Obi-WanKannabis Рік тому +367

      the guy who solved it in a 6.7 miliseconds probably solved it in a few minutes the first time, this was just to flex on how quick he could make it.

    • @bsharpmajorscale
      @bsharpmajorscale Рік тому +175

      So logically, if I spend years, it'll either finish in almost 0 time, or be so fast that I get the answer randomly in the past before I even start coding.

    • @claasmachens3858
      @claasmachens3858 Рік тому +248

      Considering someone got to 900 seconds within one day, I belive the win is clearly on the programmers side.

  • @SavageGreywolf
    @SavageGreywolf Рік тому +11031

    I like how this is basically a speedrun category now

    • @namef
      @namef Рік тому +640

      "I just broke the 100% glitchless set-seed parker-word-search wr speedrun!" - competative programmers

    • @Kitechi12
      @Kitechi12 Рік тому +430

      I'm looking forward to the Summoning Salt video on this

    • @aaronr7567
      @aaronr7567 Рік тому +131

      Parker%, I love it

    • @rowenhusky
      @rowenhusky Рік тому +164

      Now that I think about it... it would be super cool to have a programming "Speed Run" site with sets of problems and then categories for different languages and things with leaderboards... You would have to have rules to make it fair. E.g. Reading from a standard file everyone uses (from RAM?), no pre-processeing allowed, take average of X runs, running on a particular free tier AWS instance hardware type, outputting to screen not disk, etc. You could have folks just upload their code and have the server run it multiple times in a standardized / calibrated / regularly tested sandbox and then post back the time the programmer got onto the leaderboard. Reminds me of Zachtronic games leaderboards.

    • @bsharpmajorscale
      @bsharpmajorscale Рік тому +32

      And that's where the record stands.

  • @ezrakirkpatrick5365
    @ezrakirkpatrick5365 Рік тому +9231

    As a programmer, there is nothing more emotionally conflicting than when someone appreciates your code wanting to make it better and then humiliating you by optimizing it to ridiculous proportions

    • @camaradearthur3531
      @camaradearthur3531 Рік тому +140

      If optimising your code make you feel humiliated you have a bad placed ego dude :( It should be amazing

    • @lucassXDDD
      @lucassXDDD Рік тому +799

      @@camaradearthur3531 It's not about optimizing it, but if like op says, it is optimized to "Ridiculous proportions" you would feel a little bit humiliated, specially if you tried your best

    • @writerman2934
      @writerman2934 Рік тому +794

      @@lucassXDDD it basically like deadlifting 400Ib and getting congratulated by a dude that then proceeds to deadlift 1000Ib. It hits different then if the dude just lifted 500.

    • @dog_corn
      @dog_corn Рік тому +96

      @@writerman2934 Great anology!

    • @BboyKeny
      @BboyKeny Рік тому +76

      @@lucassXDDD Although the feeling of frustration does increase neuroplasticity. So reading the code of the other person while feeling bad about it makes you learn the other method efficiently.

  • @Forrestorm
    @Forrestorm Рік тому +910

    The way to get answers on the internet is not to ask for answers, it's to provide the wrong answer and wait for people to correct you.

    • @gimcrack555
      @gimcrack555 5 місяців тому +20

      Reverse Engineering and Reverse Psychology. Going backwards is always the answer.

    • @YogaBallzHuge
      @YogaBallzHuge 4 місяці тому +2

      Trite

    • @asheep7797
      @asheep7797 2 місяці тому +3

      This is Karatsuba's law.

    • @Seafowl
      @Seafowl 2 місяці тому +3

      @@asheep7797 No, this is actually Murphy’s law

    • @xinythi
      @xinythi 2 місяці тому +3

      LOL this comment thread is so funny because it proves this law correct.
      It's actually called Cunningham's Law

  • @stevemonkey6666
    @stevemonkey6666 Рік тому +4258

    The smallest length of time that it is possible to run that code in, shall in the future be called Parker Time

  • @jxh02
    @jxh02 Рік тому +3031

    Seeing the 4,000,000% I immediately thought, "Typical exaggeration. Oh, Stand-Up Maths. It'll be an understatement."

    • @weirdboi3375
      @weirdboi3375 Рік тому +161

      Understatement by quite a bit, it’s 4,000,000 *times* faster, not % faster.

    • @sillybilly4710
      @sillybilly4710 Рік тому +96

      @@weirdboi3375 no, it’s 400 MILLION times faster, not 4.

    • @sillybilly4710
      @sillybilly4710 Рік тому +74

      40 BILLION percent faster, just insane

    • @zainahmed4172
      @zainahmed4172 Рік тому +8

      It’s possible, if your code runs on very low level and his codes takes hundreds of milliseconds

    • @AnEnderNon
      @AnEnderNon Рік тому +39

      @@zainahmed4172 bro his code took like a month lmfao

  • @biomorphic
    @biomorphic Рік тому +1854

    Let's be honest, the record here is that he wrote a program that took 20 days to run. That wasn't easy, not even in Python!

    • @0LoneTech
      @0LoneTech Рік тому +561

      No, writing a program that takes ages to run is easy. Having confidence it will finish successfully is the hard bit.

    • @DadundddaD
      @DadundddaD 9 місяців тому +41

      32 days if to be acurate

    • @MazeFrame
      @MazeFrame 8 місяців тому +60

      @@0LoneTech Properly implementing Bogosort is actually really difficult.

    • @tahunuva4254
      @tahunuva4254 7 місяців тому +24

      ​@@0LoneTechwhile (true) do
      if(time > age) then break
      end
      And set age to however long you want it to run :P

    • @0LoneTech
      @0LoneTech 7 місяців тому

      @@tahunuva4254 That's a lovely way to learn the TIME variable wraps around every 24 hours (e.g. in C64 basic). Similarly surprising, unix gettimeofday doesn't.

  • @Drawoon
    @Drawoon Рік тому +2400

    It still baffles me that you were alright with it running for a month. I'd let it run for a few hours tops before I gave up or tried to improve it.

    • @Pixaurora
      @Pixaurora Рік тому +95

      he had to do it for the content

    • @garak55
      @garak55 Рік тому +325

      At my lab we have a few computers running very inefficient Matlab code to translate .tif images into a awful million line .csv files that our machine learning collaborator needs for his AI stuff. Right now, a 1600x1600x512 volume is processed overnight and we have roughly a 100 of those. It should take roughly a month for the processing to be done.
      Honestly, I could sit down for a month and learn C++ good enough to make it run in minutes instead, but like, I have other stuff to do and I took the executive decision that we could afford to sacrifice a workstation for that amount of time. It also helps that it gives me something to report on to my PI at the weekly group meeting while my own experiments are failing lmao

    • @Drawoon
      @Drawoon Рік тому +10

      @@garak55 hehe fair enough

    • @goatse99
      @goatse99 Рік тому +158

      ​@@garak55 Everything about this both horrifies me, and causes me physical pain. My first instinct was to ask why this person would want an image in csv format (and why they outsourced this process to what I'm assuming is the math department), but I fear the answer.

    • @honourabledoctoredwinmoria3126
      @honourabledoctoredwinmoria3126 Рік тому +19

      I guess Matt has so many projects and videos and books in various stages of completion that he doesn't care if any particular one is done a month later than it should be. I like to do things one at a time, so having to wait a month until it is done would frustrate me enough to go back and get the program to finish in minutes instead of days or months.

  • @joaovaz3473
    @joaovaz3473 Рік тому +1750

    "You can save days and days of hard work by just spending a few hours reviewing the pre-existing literature" is Matt's way of saying "just read the docs"

    • @namef
      @namef Рік тому +91

      Impressive how he litterally just called out every first-year computer sci student with only one sentence

    • @zea_64
      @zea_64 Рік тому

      RTFM

    • @pmxi
      @pmxi Рік тому

      RTFM

    • @poppers7317
      @poppers7317 Рік тому +51

      @@namef calling out? Finding solutions on your own is a very important skill to have, even if they aren't optimal.

    • @AwkwardDemon
      @AwkwardDemon Рік тому +51

      I think it's funny because I've heard the opposite saying in other engineering fields. My thermodynamics professor frequently joked that weeks of literature review and model building can save you hours of lab time lol

  • @hatman4818
    @hatman4818 Рік тому +4177

    Btw, this should be a series. Come up with a problem, solve it inefficently, post it to the channel, and run a speed run competition to see who can do it better. That seems like a fun way to learn programming.

    • @agent_alpha0212
      @agent_alpha0212 Рік тому +109

      I would love that

    • @RedHair651
      @RedHair651 Рік тому +85

      I would watch this show

    • @masterblaster3483
      @masterblaster3483 Рік тому +24

      upvote!!!

    • @Paul-vi3on
      @Paul-vi3on Рік тому +26

      Cunningham's law applied.

    • @gazz3867
      @gazz3867 Рік тому +254

      This is a proven method to get an answer on technical forums.
      1. Ask your question.
      2. Switch to an alt account and give a horribly wrong answer.
      3. Profit. Nerds may not care enough to answer your question but they will NEVER miss a chance to prove someone wrong.

  • @mad_vegan
    @mad_vegan Рік тому +3134

    Python is slow, but not THAT slow. There was a pure-Python solution with about 60 lines of code that took 628 ms, which I was able to reduce down to 121 ms with Numba on an old Core 2 Duo E7500 without parallelization. Usually the bottleneck is the algorithm, not the language used.

    • @sacredgeometry
      @sacredgeometry Рік тому +473

      This was in no way a problem with the language. This was absolutely a problem with his code.

    • @silverfire222
      @silverfire222 Рік тому +21

      Is the repo public? I'd like to have a look at it

    • @mad_vegan
      @mad_vegan Рік тому +92

      @@silverfire222 There's a link to a spreadsheet in the video description with a bunch of submissions. You can filter by language and sort by execution time. It has links to the source codes too.

    • @silverfire222
      @silverfire222 Рік тому +5

      @@mad_vegan Thank you!

    • @EconAtheist
      @EconAtheist Рік тому +8

      it'd be interesting to have a 'by compiler' subcategorization too

  • @Jack-lr3dn
    @Jack-lr3dn Рік тому +1703

    Watching the cascade from python to java to c++ to c was so satisfying.

    • @japaneserequired6314
      @japaneserequired6314 Рік тому +284

      the closer you get to machine code the faster it will be. I'm surprised nobody attacked in straight machine code.

    • @Jack-lr3dn
      @Jack-lr3dn Рік тому +140

      @@japaneserequired6314 That was the implication lol. I would imagine writing this in machine code would not be a challenge with a reward worth the effort, but it would be interesting to witness.

    • @Finkelfunk
      @Finkelfunk Рік тому +304

      @@japaneserequired6314 Because compilers (no offense) are about 600x better at writing Assembly than you'll ever be at it - even if you started to do nothing else than Assembly programming today until the end of your life.
      The amount of optimization a compiler bakes into Assembly code has reached such ridiculous levels of complexity (such as division by invariant multiplication and refactoring virtually any math problem as a higher order polynomial) that it's a waste of time to even try competing. Really, you could count on one hand the number of people who even play in the same ballpark as modern compilers and those people usually design said compilers to begin with. You're better off using C or C++ and letting that translate your code into Assembly, even unoptimized C code will be orders of magnitude more efficient than any Assembly code you could ever even conceive of - all thanks to the ridiculoulsy insane amount of optimizations a compiler implements.

    • @lolerie
      @lolerie Рік тому +31

      @@Finkelfunk that is wishful thinking. Gcc is so full of bugs in code generation, it is crazy.

    • @dabbinghitlersmemes1762
      @dabbinghitlersmemes1762 Рік тому +20

      @@Finkelfunk Nah. I turned compiler optimisation off and it was only about 10% faster.
      Admittedly, that was an older version of my code which I have sped a lot by fixing memory handling, but I got a similar result from changing my check detection function (Chess engine) from scanning acrossways the entire board in one pass, to doing a pass only to find the king and then scanning radially from him.

  • @russellthorburn9297
    @russellthorburn9297 Рік тому +2403

    Never underestimate the obsessive compulsiveness of programmers.

    • @namef
      @namef Рік тому +189

      competitive programmers will litterally spend months improving an obsqure and functionally useless program that nobody will ever need to use irl by 0.0000001 milli-seconds

    • @angrycharizard
      @angrycharizard Рік тому +176

      Never underestimate the motivation that can come from wanting to embarrass Matt Parker

    • @fashnek
      @fashnek Рік тому +28

      Just know that these solutions are actually pretty elementary for programmers and are the type of thing that would show up on an interview for someone fresh out of college.

    • @Chris-io2cs
      @Chris-io2cs Рік тому +47

      ​@@namef Actual competitive programming (or at least a super common modern take on it) is more like spending anywhere between a minute and an hour on a problem (that you have anywhere from no clue to an entirely memorized a solution for) until you either give up because there's an algorithm you haven't read about yet or get code that works and runs under the time requirement. Then forgetting about it and moving on to the next problem - basically going for quantity over quality.
      But this sort of incremental optimization of a single problem against other peoples solutions sort of like speedrunning I think is way cooler tbh. If you were referring to a specific competition where this sort of quality approach occurs please fill me in.

    • @op4000exe
      @op4000exe Рік тому +8

      Nerds* is more accurate, as nerds will try to do loads of things more efficiently.

  • @dirkjensen935
    @dirkjensen935 Рік тому +660

    Hands down best part of all of this is finding that Matt's definition of "efficient enough" is just < lifetime of the universe

    • @JdeBP
      @JdeBP Рік тому +62

      ... when it should be, at most, less than the (remaining) lifetime of Matt. Otherwise, no podcast. (-:

    • @xxportalxx.
      @xxportalxx. Рік тому +20

      Hahaha good enough for a mathematician, he just needs the answer and then the code can be deleted after all, not really worried about performance

    • @john_hunter_
      @john_hunter_ Рік тому +6

      I guess he's not concerned about being alive when the computer finally finds the answer.

    • @livedandletdie
      @livedandletdie Рік тому +9

      True mathematician spirit... between now and the end of the universe...

    • @appa609
      @appa609 Рік тому +23

      "I have proven a unique solution exists."
      "what is it?
      "irrelevant details!"

  • @Chroma3D
    @Chroma3D 11 місяців тому +41

    This is the craziest Tool Assisted Speedrun progression I've ever seen.

  • @brandon0sh
    @brandon0sh 9 місяців тому +126

    Matt is a stand up guy. His effort was thoroughly and effortlessly destroyed by a hundred hobbyist and full time coders, and he turned it into a math problem to teach people. Truly a legend

  • @davideekstok9801
    @davideekstok9801 Рік тому +899

    Remeber kids:
    No matter who you are,
    no matter what you do,
    there's someone on the internet
    better than you.

    • @OlieB
      @OlieB Рік тому +87

      Best way to find the right answer is to be wrong on the internet

    • @afeather123
      @afeather123 Рік тому +34

      Yes, but you will also find 100 wrong answers to go along with it, because for each genius gracing us with their presence there are legions of dunning Kruger cretins

    • @icecreamget
      @icecreamget Рік тому +9

      In order to become that person that's better than everyone else on the internet, it takes seeing every other single person doing that thing, and still thinking that you can do better.

    • @DemoniteBL
      @DemoniteBL Рік тому

      I'm that person

    • @ozetso
      @ozetso Рік тому +1

      @@DemoniteBL no you aren’t bro 💀 self proclaimed genius is never accurate

  • @andriypredmyrskyy7791
    @andriypredmyrskyy7791 Рік тому +310

    Half my job is "researching the preexisting literature", only to find there was one paper you didn't notice that did what you were doing faster, better, and earlier.

    • @adamsbja
      @adamsbja Рік тому +37

      My dad claimed that whenever he had a clever idea and went to do the research two physicists in particular had already published it and he named me in their honor. In my opinion it's more on-brand that when picking a name those two felt "comfortable" and it was only later he realized why they were familiar so created the story after the fact.

    • @privacyvalued4134
      @privacyvalued4134 Рік тому +11

      Well, that's StackOverflow in a nutshell.

    • @SharienGaming
      @SharienGaming Рік тому +11

      @@privacyvalued4134 true - half of software development is checking stack overflow for someone else who had to do it before XD

    • @ericmarcelino4381
      @ericmarcelino4381 Рік тому +17

      @@SharienGaming you know you made it in programming when your problem doesn't exist yet in Stackoverflow

    • @SharienGaming
      @SharienGaming Рік тому +7

      @@ericmarcelino4381 then ive probably made it a couple of times... mostly when i have to deal with something so outdated or obscure that basically no one else has to deal with it XD
      (or my google-fu was insufficient)

  • @MikkoRantalainen
    @MikkoRantalainen Рік тому +155

    For me, the part starting around 9:25 describing the differences in algorithms was the most interesting part. As a general rule, if you can simplify any problem to bitmasks and bitwise operations (especially and, or and xor), it will run really really fast on practically any CPU. And it turns it applies to here, too.

  • @n16161
    @n16161 Рік тому +52

    I love how I can be in one corner of UA-cam where people are taking about computer programming, improving code efficiency just for fun, 30min dives into computing and mathematics…
    And then I can click away and watch a guy whose entire channel is dedicated to taking the longest bong rips humanly possible.
    It’s nice, I like this place

  • @HelgeHolm
    @HelgeHolm Рік тому +1327

    The moral of the story is: No matter how hard you optimize, you can't get to the answer faster than Matt because he already finished. :)

    • @Mikasey
      @Mikasey Рік тому +31

      Benjamin Passen made it in 50 min on first day, posibly before Matt might even compiled hes code to run it for 32 days, he literaly got results mounth before matt got his own, bruh

    • @HelgeHolm
      @HelgeHolm Рік тому +49

      @@Mikasey I think you misunderstood. Unless he coded it to run in negative time, it would arrive at the answer after Matt's.
      Matt's finished running well before June 18th, while Benjamin's started running on June 19th.

    • @Mikasey
      @Mikasey Рік тому +4

      @Helge Holm he run it next day after podcast, june 2th
      2:10

    • @Mikasey
      @Mikasey Рік тому +36

      @@HelgeHolm ah, now i get it, he made calculations before podcast, he just talked about them in it, i for some reason assumed he did stuff on inspiration after the podcast, my bad

    • @garm0nb0z1a
      @garm0nb0z1a Рік тому +1

      @@Mikasey No hire :)

  • @capsey_
    @capsey_ Рік тому +819

    Now I want someone to port the fastest code to graphical calculator and see if it would still run faster than Matt's time

    • @mattsadventureswithart5764
      @mattsadventureswithart5764 Рік тому +36

      My thought was a BBC micro. If one of those could beat his time, that would be amazing.

    • @simonwillover4175
      @simonwillover4175 Рік тому +24

      Im pretty sure desmos could do so with ease. No idea about getting a ti80 series to do it. Most of the time would be spent reading words from another computer and compressing them into an abstract set of bits.

    • @Mikowmer
      @Mikowmer Рік тому +33

      @@simonwillover4175 I mean, a TI84+ can run Doom. It's probably possible without needing another device.

    • @goeiecool9999
      @goeiecool9999 Рік тому +8

      @@Mikowmer Probably not enough memory in a ti84+ but I recon the newer ez80 based calculators have a chance of working.

    • @edwinsalisbury83
      @edwinsalisbury83 Рік тому +5

      @@mattsadventureswithart5764 or a commodore 64

  • @lazarusunkwon6
    @lazarusunkwon6 Рік тому +34

    It's like something my granddad used to say: "It's not about being the smartest, but learning from the smartest to become wiser".

  • @GaryIV
    @GaryIV 10 місяців тому +62

    Matt's the type of guy to search for perfect-numbers by checking every integer between 1 and N for divisibility and summing them

  • @NathanHedglin
    @NathanHedglin Рік тому +360

    As a software engineer, I appreciate your humility. Code, given enough time, can be optimized quite a lot.

    • @ko-Daegu
      @ko-Daegu Рік тому +3

      You won’t pass a freshgrad job interview in my country with such a method

    • @zedfury887
      @zedfury887 Рік тому +14

      @@ko-Daegu And once you get that job, you'll lose it if you waste your time pre-emptively optimizing without any business benefit. Keep that in mind too :)

    • @NathanHedglin
      @NathanHedglin Рік тому

      @@ko-Daegu same.

  • @boscorner
    @boscorner Рік тому +335

    Coders who get to that point where they really think outside the box and just come up with these cool solutions are so cool to me.

    • @williamrutherford553
      @williamrutherford553 Рік тому +22

      I would argue it's the complete opposite; they aren't thinking outside the box, they're trying to think as far inside the box (aka the computer) as possible. Programmers are translators, the best answer is the one that is simplest to understand, the clearest explanation with no unnecessary fluff, and requires the least prior knowledge. That means less time trying to figure out what you were trying to say, and more time working on the problem.

    • @hxllside
      @hxllside Рік тому +8

      However you want to call it, I just want to add that translating the problem into a graph and then running one of the many highly optimized algorithms from that field is a very well known technique. Other examples would be isomorphism and matchings. Definetly very impressive though.

    • @andrewharrison8436
      @andrewharrison8436 Рік тому +8

      @@williamrutherford553 Yes, agree. I call it "machine empathy" when you know where the bottlenecks are, what the CPU and I/O routines are having to do. Often it doesn't matter but when it does it can make a huge difference to run time.

    • @randomsandwichian
      @randomsandwichian Рік тому +3

      @@andrewharrison8436 When you know what exactly is the least amount of connected processes necessary to make the most effective solution for the most complex problems. We're truly living the most exciting of times.

    • @Vykk_Draygo
      @Vykk_Draygo Рік тому +1

      @@williamrutherford553 I would argue that you are arguing semantics. Having a profound understanding of the environment you work in allows creative solutions. These are certainly creative solutions and are outside the realm of what a programmer would normally do to run something as silly as this. Thus, outside the box.

  • @carpyet9507
    @carpyet9507 Рік тому +12

    This is my favourite video you have ever released. Please do more of this type. It is super interesting, even if people like me have no coding experience, your explanation is so clear we can understand it.

  • @flwi
    @flwi Рік тому +9

    Beautifully explained! Congrats to the people who optimized the solution so much!

  • @DoctorDon
    @DoctorDon Рік тому +1726

    I remember someone once telling me that "if you problem is hard enough, you eventually stop trying to compute a solution and you compute how long it takes to obtain a solution." The last time I did that I concluded that my code would run for 12 days. Mentally, I thought, "That gives me 12 days to think of a better approach." By the next morning I thought of a different algorithm that was successful in about 0.1s!

    • @toddkes5890
      @toddkes5890 Рік тому +114

      XKCD - number 1205
      I used that to show why I wrote a program that converted a boring & repetitive manual process that normally took two hours, into a program that took 5 minutes total (and this was including manually entering the data into the program and grabbing the results). This process had to be done 2-3 times a month, so me taking 8 hours to intermittently write and debug was worth it. I also made it use an external Parm file so it would be easy to update over time.

    • @ford9501
      @ford9501 Рік тому +40

      @@toddkes5890 That XKCD strip comes up at least once a month at work. I maintain a CI/CD pipeline and we're constantly spitballing automation improvements that might cut down on the manual work.

    • @JamesJamersonIsAGod
      @JamesJamersonIsAGod Рік тому +26

      @@ford9501 I feel like a lot of my coworkers violate this XKCD comic constantly. Spending weeks or months trying to optimize something that takes 5 mins of labor and only needs to be done about once a month or every other month.

    • @coopergates9680
      @coopergates9680 Рік тому +2

      @@toddkes5890 Then the greedy upper management just gave you heaps more work to do instead of a raise or promotion or other credit?

    • @toddkes5890
      @toddkes5890 Рік тому +3

      @@coopergates9680 Actually that manager was decent and just smiled at the improvement. Of course the lookup file had to be updated nearly every time meant it wasn't perfect, so that might have helped out.

  • @broadleyn
    @broadleyn Рік тому +739

    And yet none of that hyper-efficient code would likely exist today... if not for Matt. The catalyst. The inspiration. The legend.

    • @EngineerLume
      @EngineerLume Рік тому +20

      The Parker Programming!

    • @scottbigbrain3944
      @scottbigbrain3944 Рік тому +63

      One day Matt will find a halfway solution to the Riemann Hypothesis just to "give it a go", and then 3 months later a viewer will have solved completely to spite him

    • @pvic6959
      @pvic6959 Рік тому +4

      The Parker Effect!

    • @johnwickgaming3118
      @johnwickgaming3118 Рік тому +1

      @@EngineerLume what does it mean can you explain?

    • @EngineerLume
      @EngineerLume Рік тому +2

      @@johnwickgaming3118 Watch the Numberphile Parker Square video

  • @AR-or8lm
    @AR-or8lm Рік тому +2

    Thank you for the video of calculated leadership on creating improvement(PCQI). Aside from achieving great results, you are plotting the moment to a details channel that opens the path cross the next step in problem solving/improvement. Hope for a good 2023 for all.

  • @grahamsheeley
    @grahamsheeley Рік тому +5

    Absolute love this. Thank you for to all for doing this just because you can. Love it.

  • @timlong7289
    @timlong7289 Рік тому +288

    That has to be the best example of optimization I've ever seen.

    • @cabbageman
      @cabbageman Рік тому

      So it would seem

    • @vyor8837
      @vyor8837 Рік тому

      Meh, seen better.

    • @SharienGaming
      @SharienGaming Рік тому +3

      @@barongerhardt yeaaaah ive seen that as well, though the improvement are usually on the scale of 3-4 orders of magnitude (i think the biggest ive seen before was 6)... this was improvement of 9 orders of magnitude... thats kinda crazy... though to be fair, our code and datastructures generally dont start that bad

    • @MSheepdog
      @MSheepdog Рік тому +5

      I remember years back of hearing a story about someone who got a job to implement a saving system for a long running process (like a week or so) because it sometimes broke during execution - sort of like saving Matt's progress every day or so until the program had finished.
      Instead the programmer spent a bit of timedays optimising the application to make it run in under an hour. Making the thing run 100x faster meant the whole saving was unnecessary, and was instead transformative for the business as they could get results so much faster.
      Now it wasn't running billions of times faster like in this situation, but it's still a great story that had actual impact.

    • @lylestavast7652
      @lylestavast7652 Рік тому +1

      @@MSheepdog 36 hrs down to 2hrs:10min... got the customer to sign off on releasing a held payment of $14M in 1985 :) We were happy to acknowledge receipt of that check - the CEO sent me a nice memo for my part interfacing between customer and a college intern (I pointed a lot of potential improvements to him) ...

  • @brendanparker359
    @brendanparker359 8 місяців тому +3

    i feel as though this should be dubbed "the Parker algorithm" as a nod towards the beloved "Parker square"

  • @Verklunkenzwiebel
    @Verklunkenzwiebel Рік тому +33

    The quick brown fox.. was actually used in teletype communications a lot. It tested both the baudot code papertape reader at the sending end and the receiving end papertape puncher for proper operation. The human operator would see at a glance whether the transmission was received ungarbled. Back in the day this type of communication took place over HF analog radio

    • @RoelandJansen
      @RoelandJansen Рік тому

      and the dog kept being lazy.. never got that out of him

    • @trueriver1950
      @trueriver1950 Рік тому +1

      @@RoelandJansen I always thought it should've been a cat, but the alphabet is badly designed

    • @RoelandJansen
      @RoelandJansen Рік тому

      @@trueriver1950 yeah you are right . four lazy cats here and one dog, supposedly on meth or something

  • @jemus42
    @jemus42 Рік тому +170

    I've heard of UA-camrs leaving minor mistakes in their video (e.g. misspellings) to provoke people commenting corrections as an engagement hack.
    Matt is taking this to another level by releasing optimisable code that provokes so much engagement he even gets a whole new video out of it!
    Genius move 😅

    • @y_fam_goeglyd
      @y_fam_goeglyd Рік тому +5

      He added a mistake in the title (compared to the number he gave in the beginning of the video) to boot!

    • @naverilllang
      @naverilllang Рік тому +8

      @@y_fam_goeglyd the title is correct. The number he gave in the intro was supposed to be a multiple, not a percent. He said the same number again a moment later as "bunchofnumbers times faster"

    • @milktobo7418
      @milktobo7418 Рік тому

      Is that why he claimed 400 million times faster was 4 million % faster at the start of the video? Cuz I still havent figured out that one.

    • @_WhiteMage
      @_WhiteMage Рік тому

      He did that here too. "Paralyzed computing."

  • @mrmangoberry8394
    @mrmangoberry8394 Рік тому +165

    500 microseconds is 660 times faster than an average blink of the eye or just about the speed that a thought can pass the brain. Incredible.

    • @rcsavo
      @rcsavo Рік тому +28

      You can't even let go the enter key that fast.

    • @hlfan
      @hlfan Рік тому +14

      I think we need to switch units here.
      In the time the program ran light traveled less than 150 kilometers (in a vacuum), less than the length of the M25 around London

    • @Blox117
      @Blox117 Рік тому +8

      it cant be faster than my thoughts because i dont have any

  • @TheBlacklotis
    @TheBlacklotis 5 місяців тому +10

    At the HDQRS, the expert (exptl) team analyzed the fconv data while discussing the rare sighting of a muzjik in the area, leaving everyone, including the usually gawby intern, deeply intrigued.

  • @Stone_624
    @Stone_624 Рік тому +38

    It's incredible how dramatically extreme (and even simple) optimizations can have on efficiency of code and algorithms. I used to be heavily into this kind of stuff during my computer science degree (Not so much since I got a job actually programming)

  • @asicdathens
    @asicdathens Рік тому +517

    In 2007 I was developing a service for a major multinational mobile operator. My initial algorithm took 22 minutes to run for places in downtown Athens (very high cell coverage) After a tiny improvement in the code and changing the way the data was stored in Oracle spatial for the same coordinates it took 800 ms. Needless to say I was very happy that day.

    • @trapfethen
      @trapfethen Рік тому +21

      It's a great feeling

    • @cxpKSip
      @cxpKSip Рік тому +6

      Good job. 22 minutes is 1320 seconds is 1320000ms, knocking that down to 800ms is a factor of 1650.

    • @asicdathens
      @asicdathens Рік тому +18

      @@cxpKSip I wanted to write a paper on it because my point in polygon implementation was insanely faster but the company asked me not to do it

    • @jasonb.9790
      @jasonb.9790 Рік тому +3

      @@asicdathens Did they not let you because other companies could then begin to compete in that service? Or some other reason?

    • @asicdathens
      @asicdathens Рік тому +1

      @@jasonb.9790 The competition tried to create something similar when the service was launched. The main competitor CosmOTE paid 700000 Euros to a Finnish company to make something similar. My problem was I couldn't load cell coverage rasters into Oracle spatial (10gR2) and I had to use vectors (shapefiles). If you do point in polygon to shapes that have 60000-100000 edges (cell coverage) the built in Oracle spatial point in polygon algorithm takes forever.

  • @ultradude5410
    @ultradude5410 Рік тому +384

    As a C++ guy, this makes me want to find a way to do this entirely at compile time, leading to a (runtime) speed of however long it takes to print 500 words.

    • @mlugg5499
      @mlugg5499 Рік тому +58

      I was going to say you couldn't [portably] read the input file at comptime so it wouldn't be a valid comparison buttt depending on the input format maybe you could #include it directly... if it's comma separated that would totally work

    • @mlugg5499
      @mlugg5499 Рік тому +44

      and from there you just have to write thousands of lines of template hell and wait a few weeks for it to build i'll leave that bit to you

    • @bartpelle3460
      @bartpelle3460 Рік тому +27

      Yeah, if you start codegenning, there won't be much of the challenge left, eh?

    • @theRPGmaster
      @theRPGmaster Рік тому +29

      Easy, the words could be easily encoded into the program file itself using a static storage buffer. Near-instant execution.

    • @fashnek
      @fashnek Рік тому +15

      Feel free to change the metric so that you measure both compile time and runtime. Then you can compete, and you will find that your solution will perform (relatively) poorly -- the preprocessor is not known for being fast.

  • @chitwansingh
    @chitwansingh 3 місяці тому +2

    As someone starting out in programming, this stuff is amazing to look up to!

  • @eekee6034
    @eekee6034 Рік тому +10

    That bitwise anding technique is brilliant! :) Bit-ops usually are, it's almost like a whole other field of maths.

  • @Jessassin
    @Jessassin Рік тому +127

    My favorite part is how Benjamin says in the spreadsheet "Just for reference! I did not actually run this implementation."
    Basically couldn't be bothered, only an insane person would run this lol

    • @mnxs
      @mnxs Рік тому +8

      I'm actually a bit curious to see how long it would have taken, if he'd run it. Matt's run was done, iirc, on an old laptop; it's quite likely that Benjamin's testing hardware is significantly faster. (It would probably still be so slow that it's not worth the bother, but an interesting thought none the less.)

    • @Jessassin
      @Jessassin Рік тому

      @@mnxs That's a good point.. now I am tempted to run it..

  • @geocarey
    @geocarey Рік тому +234

    Back in the 80's I wrote a program in BBC basic to allocate pupils to classes. At 'A level' there were 5 'bands'. p,q,r,s,t. Band p for example could have subjects maths, physics, chem, etc. There were about 7 subjects per band. A pupil would choose 3 or 4 subjects, and the job was then to see if there was a band that had all their choices. Ideally all 220 pupils would be accommodated. If there were too many failures then the subjects in each band could be rejigged. Also, the numbers of pupils allocated to each band should be roughly similar. I wrote the program for 8 bit BBC B micros. It worked but took a few days for each run. (BBC basic is an interpreted language and very slow.)
    Then the 32 bit Acorn Archimedes came out. I tried the program on it and it was not much faster. I then had one of the few genuine flashes of inspiration in my career, and realised that instead of subjects being represented as strings, each one could be just a single bit in a 32 bit word. I rewrote the program and tried it. It ran in 1 minute 30 seconds.
    Bitwise ANDing Matt called it. I then used that technique in many other programming problems. It works!

  • @SteveInPalmSprings
    @SteveInPalmSprings 8 місяців тому

    Lots of fun here. I am blown away by the idea of starting the calculations before all the data is read in. Talk about thinking outside the box!

  • @ianjefferson9518
    @ianjefferson9518 26 днів тому +1

    Thanks - that was great fun. I'm a fan of code optimization and often we found software optimization of 1 or 2 orders of magnitude was pretty easy to achieve. This story ticked me over the edge to subscribe.

  • @tomgeorge3726
    @tomgeorge3726 Рік тому +223

    It goes to prove Matt, as a programmer you are a great mathematician...

    • @iantaakalla8180
      @iantaakalla8180 Рік тому +4

      “Matt was an average programmer but he was a BRILLIANT MATHEMATICIAN!”

    • @lordsmeagol3390
      @lordsmeagol3390 11 місяців тому

      @@iantaakalla8180 Here's a little challenge where Matt should know a :
      // A 5 GHz CPU will take over 48 years to produce a result
      uint64_t a = 0, b = 1, n = 7678603279843596748 >> 1;
      while(n--)
      b += a += b; // {no overflow checks}
      uint64_t s[] = {a, 0};
      std::cout

  • @Big_bangx
    @Big_bangx Рік тому +68

    Rust enjoyers (like me) were so close from being able to brag about Rust being BLAZINGLY FAST

    • @lunasophia9002
      @lunasophia9002 Рік тому +13

      Blazingly fast doesn't have to be fastest. Rust is definitely blazingly fast. :)

    • @deanjohnson8233
      @deanjohnson8233 Рік тому +17

      I believe Rust/c/c++ can all reach the same runtime performance for any given problem. High performance code in either language is often written by consulting the generated assembly and tweaking the code until the desired assembly is reached. The difference is going to be in development time, maintainability, safety, compatibility, etc.

    • @ko-Daegu
      @ko-Daegu Рік тому +3

      It makes sense not to find rust the fastest
      Simply cuz rust devs are not that many
      +
      Many of the crazy optimization guru use C++

    • @oleg4966
      @oleg4966 Рік тому +1

      The task of comparing the presence of letters in different words is a perfect fit for evil bitwise hack languages like C, though.
      Rust's whole thing is that it's the fastest memory-safe language. Meaning that its performance is not as important a feature as its reliability even in very large codebases that took a long time to develop.

    • @ccgarciab
      @ccgarciab Рік тому +1

      I was perusing the spreadsheet and realized that the main difference between the best two solutions (Rust vs C)was that the C one was parallelized. Which is kind of hilarious given that Rust makes parallelizing generally easier lol.
      Then I took a look at miniBill's Rust solution and he seems to be preparing to parallelize his code, so maybe we'll catch up!

  • @jasonpeak8899
    @jasonpeak8899 Рік тому +2

    Love this kind of content. I've been a developer in the ERP space since the early 1990s. Good software development is such an iterative process that starts with "just make it work" and evolves to "now make it work better." Far too often I run across code where they stopped at "just make it work" and no thought was put into thinking about the "ility"s...scalability, portability or flexibility.

  • @janemorrow6672
    @janemorrow6672 Рік тому

    Brilliant! Thankyou Matt and Thankyou patrons.

  • @twixerclawford
    @twixerclawford Рік тому +115

    I love how reminiscent of Alan Turing's work on the Enigma this is. A bunch of people working together to try and optimize the solution to a linguistics problem through a mix of clever computer manipulation and even more clever maths. Absolutely brilliant!

    • @namef
      @namef Рік тому +15

      I'm glad you pointed that out, it really shows how much smart people working together in a competative environment can accamplish

    • @reverse_engineered
      @reverse_engineered Рік тому

      @@namef But not just a competitive environment - an open and friendly competitive environment.
      I work in a closed competitive environment (working for a corporation competing against other corporations for market share) and much of the state of the art is stale because everyone has to first learn each other's previous mistakes and current best approaches. We even know that some of our markets are relatively safe because the cost of somebody entering it (learning all that we learned the hard way) is simply too much to do against an existing competitor.
      In an open, collaborative environment like this where people share their methods and learn from each other's mistakes, that's where progress is made. That's what science, academia, and even patents were originally about - bringing knowledge into the public sphere where others could work with it and learn from it.

  • @ashuggtube
    @ashuggtube Рік тому +298

    I am greatly impressed with how unprecious Matt is about his Python code (which was completely correct, just computationally expensive) and how delighted he is by the community response

    • @becauseimafan
      @becauseimafan Рік тому +2

      "computationally expensive" - I love this phrase, sometimes maths and coding terms can be just so satisfyingly descriptive and tickle my brain 😁
      Also, agree with your comment!

  • @robertnorton92
    @robertnorton92 Рік тому +6

    This is a very valuable video and topic. This all reminded me of PoC or GTFO. It really shows what can be accomplished on an individual vs group effort or a friendly challenge/competition.

  • @Toxic_Dice
    @Toxic_Dice Рік тому +26

    I didn't know there were speed-running categories in math lol

  • @furl_w
    @furl_w Рік тому +928

    "Very rarely will Python go into production"
    *laughs in machine learning*

    • @erkinalp
      @erkinalp Рік тому +27

      laughs in Matrix-Synapse

    • @MrScorpianwarrior
      @MrScorpianwarrior Рік тому +90

      Laughs in Lambda functions, DJango, Flask, and Database automation

    • @davidpanic
      @davidpanic Рік тому +23

      I came down here to comment this hahaha

    • @Turalcar
      @Turalcar Рік тому +35

      Laughs in UA-cam

    • @rileynielsen1597
      @rileynielsen1597 Рік тому +12

      Laughs in Django

  • @DavidDeblaere
    @DavidDeblaere Рік тому +828

    I remember in my first year of applied computer science, we got the task to find all prime numbers between 0 and some number. At first you write code and are so happy seeing it finding the right answers. We got that same assignment several times throughout the year. It was so fascinating seeing the improvement in coding and algorithms to get that same task done in just a fraction of the time it took you the last time.

    • @hemmper
      @hemmper Рік тому +27

      Yes, there's a set of problems that should be included in all beginner level classes about algorithms and that is one of them.

    • @UmUs
      @UmUs Рік тому +1

      @@chrisdawson1776 🤡 "🤓"

    • @juliocezarsilva5979
      @juliocezarsilva5979 Рік тому +1

      This is such a neat resource! I'll try to apply it some time in the future

    • @MichaelPohoreski
      @MichaelPohoreski Рік тому +19

      _It doesn't matter how fast you get the wrong answer!_ /s
      Sadly too many programmers are ignorant that there are 3 types of optimizations (from slowest to fastest):
      * Bit-twiddling (focus on bit hacks and other clever optimizations)
      * Algorithmic (focus on O(n) complexity)
      * Data-Oriented Design (focus on minimizing cache misses)
      Computer Science typically focus on O(n) complexity. It is an OK place to start but a bad place to end. i.e. Two algorithms can have the same exact O(n) but in practice one can be 16x times slower! Andrei Alexandrescu gave an interesting talk _Sorting Algorithms: Speed Is Found In The Minds of People - Andrei Alexandrescu - CppCon 2019_ where invented a new sorting algorithm (!) along with showing that the standard way we measure sorting performance is incomplete (!!). We should be measuring sorting with (C(n) + M(n) + kD(n))/n where
      Everyone should start with a (slow) reference version. The act of writing it helps you understand the problem. Then you can start applying optimization techniques. For example my first version of this solver took 20 minutes. The second version took 2 minutes. The third version took 2.5 seconds.

    • @unixtreme
      @unixtreme Рік тому +2

      Nice that's a good touch from the teacher.

  • @kingkazuma2568
    @kingkazuma2568 Рік тому

    I like the first one i love the mix up of the vocals
    Both were excelent and thank you all fir breaking down which sounds and how u did it

  • @GrumpytechieNet
    @GrumpytechieNet Рік тому +16

    What's fun is that there's probably a lot of optimization left, as sub 7 ms was achieved without Assembly optimization.

  • @MudakTheMultiplier
    @MudakTheMultiplier Рік тому +435

    I cannot overstate how much it frustrates me that when you're discussing bitwise AND that you don't have the columns lined up and in monospace...

    • @Kwauhn.
      @Kwauhn. Рік тому +11

      Yup. I like to keep my notes well organized, so I type up everything I can in Notepad using 12 pt Lucida Console (Courier is acceptable too, but not my first choice).

    • @clahey
      @clahey Рік тому +42

      Also, bread has an a.

    • @MudakTheMultiplier
      @MudakTheMultiplier Рік тому +23

      @@Kwauhn. I mean, not all the text needs to be monospace, but bitwise operations make the most sense with consistent columns.

    • @Kwauhn.
      @Kwauhn. Рік тому +4

      @@MudakTheMultiplier I know haha, just giving my anecdote about monospace fonts. They do make formatting plain text easier.

    • @gdclemo
      @gdclemo Рік тому +6

      Also saying "the 1's bit is A, the 2's bit is B, [...] and so on" then labelling the most significant bit on-screen as A....

  • @jfolz
    @jfolz Рік тому +57

    Step 1 in my process for solving algorithmic challenges is "Does Knuth have a solution for that?". A lot of the time the answer is YES. Absolute legend.

  • @ShiroKage009
    @ShiroKage009 Рік тому +2

    I was waiting for someone to submit code in assembly

  • @thekwoka4707
    @thekwoka4707 Рік тому +2

    I'm happy I got to the idea of bitwise mathematics before you showed it. :)

  • @musikSkool
    @musikSkool Рік тому +90

    You would be surprised how much your recreational math helps out coders. Sometimes we just need to look at code from different angles and every little bit of novel mathematics we discover improves our flexibility. Thank you Matt.

  • @morank3
    @morank3 Рік тому +62

    It's fair enough for Matt to say his code was "good enough" when it turns out it wasn't buggy and gave the right answer; if it took 30 days to crash or give an obviously wrong result (very possible) it would be a different story.
    Personally when it didn't finish after 5 or 10 minutes I would have intervened haha, computers are stupendously fast these days!

    • @Tim3.14
      @Tim3.14 Рік тому +26

      Indeed. The optimizations are impressive, but the most impressive thing to me was the fact that Matt had the patience to wait a month for the computer to give him an answer😁

  • @GanerRL
    @GanerRL 9 місяців тому

    i waited to watch this vid until after I did it, took like 8 hours but I went for graph theory in Python w/ pruning anagrams: runs in < 1s but doesn't get all combinations it just finds the easiest ones

  • @Nahrix
    @Nahrix Рік тому

    The part you were describing at the end about executing the code before it's all been read in is called cache management, and it's how I optimized a process for updating QA (quality assurance) machines at a software dev company to stay up to date with the latest version of the software to test, from a previous 45-minute "refresh" of the fully-deployed software, to a virtually instantaneous time (sub 1ms), saving well over a hundred thousand hours of people's time by now I assume.

  • @bananesalee7086
    @bananesalee7086 Рік тому +53

    at this point, the initial statement "I wrote some terrible code" is an understatement.

    • @fitmotheyap
      @fitmotheyap Рік тому +3

      "I wrote the most horrifying code known to humanity"
      I think this fits

    • @deidyomega
      @deidyomega Рік тому +1

      This feels more like, Cunningham's Law at this point.

  • @davidm2.johnston684
    @davidm2.johnston684 Рік тому +787

    18:50 "Very rarely will Python go into production".
    As a Python programmer, having worked in 3 of the most major animation studios in Europe, I can attest that Python code does go into production, and it can be just as reliable as other languages, if not even more because of its readability, making it easier to understand for the people manipulating the code (the developers). We use it to build plugins, to automate repetitive tasks, inside the software used by the artists, such as for instance opening and saving the scene in the right place in the complex folder structure.
    But I do understand where you're coming from. If you're working on a piece of code that needs performance, one example in our area would be the rendering engine, then you need a lower level language such as C/C++, which are indeed optimized for performance.

    • @imai_kinami
      @imai_kinami Рік тому +100

      Very well put. For high-performance computing, the cycle is as Matt described, but the vast majority of software development is not high performance computing. Your machine learning framework might be written in Rust, C or C++, but you interact with it using Python because it's easier.

    • @davidm2.johnston684
      @davidm2.johnston684 Рік тому +5

      @@imai_kinami Yeah, great example :)

    • @davidm2.johnston684
      @davidm2.johnston684 Рік тому +5

      Just a thing Matt, if you ever read this, great video man! I really appreciate your passion for these things! And it's a great exercise you've sparked, and it's nice that you took the time to compile the results for us in this video.
      I'm saying this because my comment was a bit easy to make, I feel a bit guilty about that. Hope you don't mind too much :)

    • @alxjones
      @alxjones Рік тому +84

      The second he said Python doesn't go into production, I could feel the existence of this comment.

    • @davidm2.johnston684
      @davidm2.johnston684 Рік тому +9

      @@alxjones That's what makes it both a good (generates likes) and a bad (too obvious) comment.

  • @andyrodriguez2660
    @andyrodriguez2660 7 місяців тому

    This video has been rolling around in my recomended, and I kept ignoring it because I thought the title was clickbait. I got so happy when I saw the results😂

  • @pikasfed
    @pikasfed Рік тому +18

    It would be very interesting to be able to graph not only the time each program took to find the answer, but also the time it took them to write it, and see how they correlate.

    • @parkerbond9400
      @parkerbond9400 6 місяців тому +5

      You'd also need to consider how long they've been learning and working in the language

  • @j_m_b_1914
    @j_m_b_1914 Рік тому +801

    This is why the open-source community is so valuable to humanity. Seriously. Great job guys! There is always a smarter geek! I seriously love this community. It isn't about being the best, it is about learning from the best -- and there is plenty of best to go around in this community. In my profession (software engineering) there is a common expression "standing on the shoulders of giants." It basically means that whenever I write an amazing piece of code, a lot of the inspiration for that code rests in the accomplishments from those who came before me. And if I go my entire life and only find one or two new novel ways of doing something, the only thing I would want is for my accomplishments to be used in future code and made even better.

    • @foldionepapyrus3441
      @foldionepapyrus3441 Рік тому +41

      IMO its rarely about a 'smarter geek' - as there are heaps of people of similar intellectual capacity involved and the best method concepts may well come from the 'stupidest' among them. What is magic is the collaboration and speed of evolution that creates. It means that concept from our 'stupidest' -- the artists/linguist types with no mathematical skills at all can have good ideas nobody else in the 'room' has come up with and possibly never would - different perspectives can be powerful thing. And that person's idea can be picked up and polished and evolve rapidly through the iterations of the more skilled number theory and computer science types.

    • @CompanionCube
      @CompanionCube Рік тому +2

      7:36 he said it was behind a patreon pay wall, wyta open source

    • @bmwiedemann
      @bmwiedemann Рік тому +11

      en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants is 800 years old. And it remains as true, indeed.

    • @flummi6966
      @flummi6966 Рік тому

      YES ,besides papyrus which is smoke

    • @BdR76
      @BdR76 Рік тому +6

      Open-source works best when there is a clear specific problem with a "known" optimal goal outcome, like in this video. But open source development kind of breaks down for things like "what is the best user-interface" or "best workflow" which are more vague and up to interpretation. I mean look at something like GIMP :\

  • @tjp1806
    @tjp1806 Рік тому +31

    My favorite part about this is that one of the people who made one of these improved versions is Stefan Pochmann, the inventor of one of the most prolific methods for solving a rubik's cube while blindfolded. You sure have quite the audience!

    • @vigilantcosmicpenguin8721
      @vigilantcosmicpenguin8721 Рік тому +8

      Ah, of course, he's one of the biggest names in the field of solving a Rubik's cube while blindfolded, something that I totally knew existed before just now.

    • @nf4x
      @nf4x Рік тому

      And his version is 18 lines of python which run in a handful of seconds. He wins, as far as I am concerned.

  • @sailor5853
    @sailor5853 Рік тому +36

    I didn't realise it at the time I first watched this video, but the most impressive achievement was not making the code run so fast. But making it run in one month.
    How did Parker do that?

  • @ChrisVickeryinajar
    @ChrisVickeryinajar 2 місяці тому +1

    I love your channel, I think something that could improve your visuals would be to use a fixed width font so that digits line up, it was especially noticeable in the segment where you were lining up binary numbers for the bitwise and segment.
    Keep making great videos! Thanks!

  • @AndyChamberlainMusic
    @AndyChamberlainMusic Рік тому +924

    As a programmer by trade, I want to push back a bit on the "python isnt for production and lower level languages are more robust"
    Python is a very safe language in the sense that you won't get memory leaks or segfaults, unlike C or C++. Where you do run into problems (with large applications) is type mismatches and silent failures that always plague dynamically typed languages. This is a big reason why most applications these days that need to be somewhat performant but more importantly need to be very robust, are written in C# or Java, since those languages are both memory safe _and_ type safe. Side note: Rust also is memory safe and type safe, with the speed of C, which is why its caught on so widely and quickly in the last decade. The main sacrifice that Rust makes is that its compiler is very strict, so its harder to learn and harder to program. But that's worth it for many people in many applications!
    Python is also used in production all the time for what it's supposed to be: a scripting language. Python scripts are great for setting environments up or automating file manipulation. And perhaps the biggest thing of all is that python is a great tool as an orchestrator of highly performant C libraries. Most famously this takes place with machine learning frameworks, where you can write python code that leverages CUDA and C libraries to do incredibly efficient and incredibly parallel computation.
    Loved the video!

    • @edcrypt
      @edcrypt Рік тому +90

      Python is also great as a "glue" language between APIs and databases. Think integrating multiple services between different companies, and providing new, combined products.

    • @Ian-sm9uv
      @Ian-sm9uv Рік тому +62

      I am also a programmer, and I have worked on a production Python codebase.
      I still agree with Matt's assessment.

    • @andrew_ray
      @andrew_ray Рік тому +70

      I don't know about anyone else, but I like it when compilers stop me from making mistakes.

    • @aedeatia
      @aedeatia Рік тому +19

      @@andrew_ray If you haven't tried it yet, you should check out Haskell! The type sytem is so great that it's often said that "if it compiles, it works".

    • @jeffreyjdesir
      @jeffreyjdesir Рік тому +5

      @@andrew_ray typescript FTW!

  • @Pablo360able
    @Pablo360able Рік тому +188

    I definitely think “gunpowdery blacksmith” is more satisfying than “showjumping veldcraft”. I also would guess that “veld” and “fjeld” are etymologically related, which makes me wonder if you can have a “vord”.
    EDIT: I do concede that "showjumping veldcraft" describes The Lion King.

    • @zapfanzapfan
      @zapfanzapfan Рік тому +12

      "Veldcraft" sounds Dutch somehow.

    • @miners_haven
      @miners_haven Рік тому +22

      _veld_ and _fjeld_ aren't etymologically related, with the former coming from Proto-Germanic ∗felþą, and the latter coming from Proto-Germanic ∗falisaz.

    • @Pablo360able
      @Pablo360able Рік тому +5

      @@zapfanzapfan In all likelihood. The Dutch did have African colonies, and both Dutch and Norwegian are Germanic languages.

    • @SpencerTwiddy
      @SpencerTwiddy Рік тому +14

      @@miners_haven how about veld and field? I can't be wrong here

    • @miners_haven
      @miners_haven Рік тому +15

      @@SpencerTwiddy yes, they are indeed etymologically related

  • @tbg10101
    @tbg10101 Рік тому +130

    I am very anti-Python but you sold it short. You will definitely find Python code in production. And there are ways to make Python safer like using mypy for static typing.

  • @steveman1982
    @steveman1982 Рік тому

    Amazing, the effort and time people put into it. And the results!
    Reminds me of a puzzle that was put in our almanak. Took several days of calculating to create. The only person to solve it did it in 0.2 seconds if I recall correctly. (10x10x10 cube, 351 blocks forming a path through the cube (was supposed to be 350) and the input were three 10x10 grids with sums of the number of blocks along the X, Y and Z axis). Always wanted to have a crack at it, but never got the convenient input files. And I'm too lazy to go and find that almanak in a box somewhere :D

  • @JensDoll
    @JensDoll Рік тому +22

    "Very rarely Python code goes into production" - Matt Parker, 2022
    A mathematician's perspective , I guess.

  • @jennifer255
    @jennifer255 Рік тому +206

    I once inherited code that was partly a SQL stored procedure (previous programmers enjoyed using cursors where-ever possible). It was fine for a few categories and detail sections on a database with only 10,000 records and looking at a regional subset of said data. Over the years (10 years later), it ballooned to something like a dozen categories and detail sections on a database of over 100,000 records in the main table (with literally millions of records elsewhere), searching for ALL data instead of regional. This code took well over 24 hours to run (Me: "Whhhyyyy????? Why would you use the report in ways for which it was never intended? lol") - and would time out during peak hours.
    First iteration, I got rid of the cursors, and did a clean main query/subquery temporary tables (the cursors used the same (15-20+ table) queries 13 times with 1 or 2 criteria changes), and got it down to 30 minutes (2 hours in peak hours) before removing the cursors, and maybe up to 5 seconds after removing them. The next bottleneck is that the detail code was being run 3,000 to 5,000 times separately (the entire render of the report page took 1-2 seconds per each 10 millisecond long query).
    "Ah ha!" (The previous reporting tool we used rendered reports a bit differently) I then thought, "Fine! I'll just load the two queries into my compiled .NET DLL code and feed the datasource as needed!". Report run time was now 2 or 3 seconds (that's the shortest time it takes any report to render, regardless of querying time). To this day, that refactoring is still my favorite.

    • @falconerd343
      @falconerd343 Рік тому +33

      Congratulations! That's a great result. Also, congratulations on having managers/executives willing to let you spend time on that (even if it IS your actual job). Most companies would be "eh, it's annoying but it works, and it's not worth spending time/money on improving it."

    • @jennifer255
      @jennifer255 Рік тому +21

      @@falconerd343 It's state government. Great work athmosphere where I work, actually.

    • @ZandarKoad
      @ZandarKoad Рік тому +14

      Then you spend another week or two deciding how to roll out these improvements, so your 24 hrs > 2 seconds improvement happens over a 10-20 year career. E.g. before each performance review, knock another hour off the run time.

    • @inyobill
      @inyobill Рік тому +1

      @@falconerd343 "If the piece of QWERTY does what it's supposed to, no matter how cumbersome it is to use, and how much system resources it gobbles up, it ain't broken, don't fix it."

  • @reignedaze
    @reignedaze 14 днів тому

    when the video should be over but you're only 1/3 of the way through, love it.

  • @ThatNiceDutchGuy
    @ThatNiceDutchGuy Рік тому

    Thank you all for sharing the code! It really is much appreciated.

  • @TheRealDoctorBonkus
    @TheRealDoctorBonkus Рік тому +180

    I couldn't code my way out of a box, but I can still very much appreciate this competitive coding. Good job, Matt.

    • @bub3124
      @bub3124 Рік тому +15

      while True:
      if boxExists == False:
      remove_box()
      break
      else:
      continue

    • @benjaminaharon460
      @benjaminaharon460 Рік тому +7

      while true:
      print "Help Im stuck in this box"

    • @bub3124
      @bub3124 Рік тому +4

      @@benjaminaharon460 while True:
      print ("Help, I'm stuck in this box!")

    • @becauseimafan
      @becauseimafan Рік тому

      I second this comment 👍 and I also appreciate the coding replies to it very much 😂

    • @gaboratoria
      @gaboratoria Рік тому +1

      Ask for help from step bro

  • @danielzduniak5592
    @danielzduniak5592 Рік тому +152

    Actually that bitwise part is the exact equivalent (in abstract sense) of your Python code - it just uses bits as a representation of a set - it uses ones to flag which elements of the domain belong to a given set (which works really well in that case cause domain has so few elements).

    • @tylerpeterson4726
      @tylerpeterson4726 Рік тому +11

      Yeah, I supposed converting a word into an alphabetized binary representation could be a hashing algorithm. It's just not secure, which isn't a problem for this application.

    • @sophiophile
      @sophiophile Рік тому +19

      @@tylerpeterson4726 Using a bitmap instead of a set is a common method of optimization.

    • @DidierLoiseau
      @DidierLoiseau Рік тому +4

      @@sophiophile In Java there is even an EnumSet implementation for this exact use case

    • @reverse_engineered
      @reverse_engineered Рік тому +3

      And it's inherently parallelized, since the CPU can perform both the bitwise operations and the zero check for 32 or even 64 bits in parallel, which is only possible when using a bitwise representation and native CPU instructions.

  • @GamingOnABout
    @GamingOnABout Рік тому +12

    I think coders coding code to speed run a problem is a awesome idea

  • @Skeffles
    @Skeffles 21 день тому

    Amazing to see how people optimised this!

  • @wj11jam78
    @wj11jam78 Рік тому +129

    I think it's interesting to see the rapid development of improved code, and how long each program took to run after the amount of time passed from the original piece of code. It's kind of similar to Moores law. If you show the world inefficient code, theyll make it 40,000,000,000 times more efficient in 2 days. I think we'll call it "Parker's law"

    • @raffimolero64
      @raffimolero64 Рік тому +29

      Correction: You mean Cunningham's Law, where you post the wrong solution online so someone else can correct you and-
      oh my god

    • @SharienGaming
      @SharienGaming Рік тому +10

      is parkers law, when you are giving it a go but your solution is so slow that someone else can learn about the problem, improve the code and run it to get a solution before your code even produces a result?

    • @Ewr42
      @Ewr42 Рік тому

      ​@@raffimolero64 was that a reference to Parker's Squares?

    • @zmaj12321
      @zmaj12321 Рік тому

      @@raffimolero64 lol great comment

  • @TheTechAdmin
    @TheTechAdmin Рік тому +10

    4:30 Don't feel bad that you can't beat experts in their own field. Pat yourself on the back because you have the ability to valiantly participate in *_every_* field.

  • @sasgo8452
    @sasgo8452 11 місяців тому +1

    brain of a programmer
    heart of the speedrunner

  • @realdragon
    @realdragon Рік тому

    I love someone made podcast and it turned into competition

  • @vikingforties
    @vikingforties Рік тому +21

    - binary digit for the "A" in "BREAD" being a 0. Obviously a cosmic ray bit flip!
    I look forward to you implementing ECC video encoding Matt 🙂

  • @VincentAndre_HK
    @VincentAndre_HK Рік тому +24

    This video is a testament to the potential power of open source. Your code got improved millions of times thanks to the community effect. Amazing!!!

  • @BdR76
    @BdR76 Рік тому +33

    19:09 "That's just the production life cycle of code" I can attest to this. Years ago we tried converting a decade worth of customer data to a new system using a 4GL programming language (kind of like Python). It was estimated to run at least 30 days, provided nothing went wrong. Then it was re-written in SQL to do it all on the database, which ran in about 4 hours.
    Still long, but obviously much better.

  • @emilysimo4841
    @emilysimo4841 10 місяців тому +7

    Frustrating that this video is 8 months old and still has no closed captioning. I keep coming back and I still cannot watch it.

  • @cjs8332
    @cjs8332 Рік тому +267

    The fact that your viewers found a new solution to an old problem makes me wonder: Why not pose an old problem once a year, which hasn't been solved yet? A problem which you find interesting and would enjoy creating a video about. Who knows, with the kind of talent I saw today, your viewers just might answer an age old question. Perhaps ask the channel which sorts of things they'd like to learn more about that has a component which hasn't been solved yet. Great job as always, Matt; I look forward to the next one.

    •  Рік тому +37

      Just drop them as homework.
      "... In statistics, Dantzig solved two open problems in statistical theory, which he had mistaken for homework after arriving late to a lecture by Jerzy Neyman."
      en.wikipedia.org/wiki/George_Dantzig

    • @collinbeal
      @collinbeal Рік тому +8

      @ that reminds me of the guitarist Buckethead hearing a tape guitar virtuoso Shawn Lane had made by splicing together snippets of audio, inspired by Conlon Nancarrow's piano roll compositions, and then very nearly learning to play it, thinking that Shawn Lane had actually played it straight.

    • @nokenwari
      @nokenwari Рік тому +9

      "Why not pose an old problem once a year, which hasn't been solved yet?"
      ooh ooh do racism

    • @steviebudden3397
      @steviebudden3397 Рік тому +4

      @@nokenwari If we can crowd source a solution to racism via 'putering then you'll make a lot of people very happy - for the five seconds necessary for humanity to find something else to be bigoted about.
      In the meantime what about the four colour map problem?

  • @MrRayhobbs
    @MrRayhobbs Рік тому +202

    This better go to #1 Trending for gaming for these speedruns.

    • @DadundddaD
      @DadundddaD 9 місяців тому

      What do you mean? You mean it should be in Speedrun trands?

    • @MrRayhobbs
      @MrRayhobbs 9 місяців тому

      @@DadundddaD what?

    • @liyifenn
      @liyifenn 8 місяців тому +1

      @@DadundddaD They mean it should be #1 on UA-cam trending in the gaming tab because this challenge was about speed running a problem solving task. It was a joke.

  • @aldolunabueno2634
    @aldolunabueno2634 Рік тому +24

    This is great. I think if Matt's code hadn't taken so long, fewer people would have been encouraged to improve it. Brilliant stratagem. 🤭

  • @ImShelly.
    @ImShelly. 8 місяців тому +1

    Stuff like this is why I love coding and its community