Multithreading Code - Computerphile

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2018
  • We take multithreaded code for granted, but what's needed to make it work properly? We need two Dr Steve Bagleys to illustrate this!
    / computerphile
    / computer_phile
    This video was filmed and edited by Sean Riley.
    Computer Science at the University of Nottingham: bit.ly/nottscomputer
    Computerphile is a sister project to Brady Haran's Numberphile. More at www.bradyharan.com

ความคิดเห็น • 559

  • @davecool42
    @davecool42 5 ปีที่แล้ว +1562

    And the visual effects Oscar goes to...

    • @TheRandomSpectator
      @TheRandomSpectator 5 ปีที่แล้ว +32

      You could even see the reflection of both of them in that monitor behind them!

    • @brod515
      @brod515 5 ปีที่แล้ว +13

      @@TheRandomSpectator I mean that comes for free

    • @STRAIGHTBOXMUSIC
      @STRAIGHTBOXMUSIC 5 ปีที่แล้ว +3

      @@TheRandomSpectator u noticed too

    • @dipi71
      @dipi71 5 ปีที่แล้ว +4

      Best Computerphile video ever, I'd say. Congrats!
      But was it also the most difficult Computerphile video to produce?

    • @taylorfaucett8282
      @taylorfaucett8282 5 ปีที่แล้ว +1

      Who? You forgot to finish your sentence.

  • @BillBodkin
    @BillBodkin 5 ปีที่แล้ว +869

    this is next level editing

  • @Nayus
    @Nayus 5 ปีที่แล้ว +622

    When he handed the token to the clone I was really impressed. This was great

    • @OpenGL4ever
      @OpenGL4ever 4 ปีที่แล้ว +4

      The force is strong with this one.

    • @yato3335
      @yato3335 2 ปีที่แล้ว +2

      Oh wow I didn't even notice that 🤣
      It was so seamless, I forgot it was the same person

  • @VredesbyrdNoir
    @VredesbyrdNoir 5 ปีที่แล้ว +508

    I get the impression the University of Nottingham once ordered 5000050000 boxes of that old style continuous feed printer paper back in the 80's and still don't know what to do with it all.

    • @kemfic
      @kemfic 5 ปีที่แล้ว +78

      VredesbyrdNoir they feed it to the grad students

    • @pewp43
      @pewp43 5 ปีที่แล้ว +53

      I wouldn't recommend using their washrooms.

    • @kemfic
      @kemfic 5 ปีที่แล้ว +23

      @@pewp43 new channel: physicsphile - where physicists solve problems with single-ply toilet paper

    • @derpmarine216
      @derpmarine216 5 ปีที่แล้ว +6

      you literally get it in giant crates for cheap.

    • @MrLampbus
      @MrLampbus 5 ปีที่แล้ว +2

      Although they did get an Acorn A5000 out of the deal (lowest machine in the stack on the desk behind). I had (have in store still) one - great ARM machine but a bit light on RAM.

  • @gracejenna9787
    @gracejenna9787 2 ปีที่แล้ว +9

    My husband works from home. He is a very intelligent programmer, he talks to me everyday. This stuff is one of them. I am just drinking coffee while listening to him. I had no idea what he is talking about every single day. Thanks for helpful video. I will watch this everyday.

  • @bilalzahory7765
    @bilalzahory7765 5 ปีที่แล้ว +70

    Just a reminder that the point of the video wasn’t to optimize the code for finding the sum of all the numbers that add up to 1,000,000, but to break down how multi-threading works and some solutions you would use for more common scenarios. Great video!

    • @nullvoid3545
      @nullvoid3545 2 ปีที่แล้ว +2

      thanks for this.
      My first thought was making "a" into 2 variables and then adding the results would be faster at the expense of some memory.
      Am i right is assuming this?

    • @bernardoborges8598
      @bernardoborges8598 2 ปีที่แล้ว +8

      There is a close formula for adding numbers in order so this is really just for demonstration purposes. Sum(1 to N) = N*(N+1)/2

    • @Lightbringer7734
      @Lightbringer7734 ปีที่แล้ว +1

      Wouldn't that be optimized away by the compiler with optimization flags on anyways?
      You should just write your code to be readable, then only optimize if you're sure there's a bottleneck(by profiling)

    • @nickwilson3499
      @nickwilson3499 ปีที่แล้ว

      @@Lightbringer7734 no one cares. This isn't a video about compilers. Sounds like you're scared of having to think for yourself

    • @Lightbringer7734
      @Lightbringer7734 ปีที่แล้ว +4

      @@nickwilson3499 wut?

  • @merlingallagher4484
    @merlingallagher4484 5 ปีที่แล้ว +148

    What still amazes me. This is "just" an educational tech related channel, were a professor/teacher is explaining stuff about computers and IT stuff.
    Yet, it has 1.2 MILLION subscribes and around 20k views in a few hours.
    Great job guys, you show that learning (tech) stuff is just really enjoyable!
    On a way that apparently a lot of people can understand! thumbs up!

  • @B20C0
    @B20C0 3 ปีที่แล้ว +8

    The first time I felt smart watching a Computerphile video. I saw the code and the fact that both threads use the same variable and thought "That's not gonna work as intended.".

  • @menachemsalomon
    @menachemsalomon 5 ปีที่แล้ว +16

    A good Part 2 would be explaining how the mutex works, because implementing the mutex also runs into the read-modify-write problem.
    Kudos for the visual effect of two Steves, especially handing the disk back and forth. Steve gets credit for his acting skills, and bonus points for having a 3 1/2" floppy disk just lying around on the desk.

  • @UweEichel
    @UweEichel 5 ปีที่แล้ว +222

    That was some great editing! Good job and great video!

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 5 ปีที่แล้ว +6

      Not just editing, but also choreography of Steve’s movements.

  • @slpk
    @slpk 5 ปีที่แล้ว +108

    The floppy disk transition was pretty clever

    • @simontay4851
      @simontay4851 5 ปีที่แล้ว

      Yes, i want to know how that was done. Steve 1 seamlessly passed it to steve 2 as if he was real.

    • @ais4185
      @ais4185 5 ปีที่แล้ว +3

      @@simontay4851 Are you trying to say he isn't real?

    • @snooks5607
      @snooks5607 4 ปีที่แล้ว

      never done any video CGI but if I'd have to guess someone was sitting there accepting the disk initially, then they switched places and had real time split-screen of the previous footage running on a screen so they can verify the disk aligns on the second pass.

    • @carlosmspk
      @carlosmspk 4 ปีที่แล้ว

      @@snooks5607 Still how did he deliver the disk at the precise level each time. You'd expect some altitude difference that would make the floppy disk "snap" from one altitude to another (and there is, but very, very little, which is impressive).

    • @nightshadefns
      @nightshadefns 3 ปีที่แล้ว +2

      @@carlosmspk Any imperfections in position are masked by the outline

  • @Peds013
    @Peds013 5 ปีที่แล้ว +401

    Insta-liked for multiple Steves :-)

  • @nazoj6462
    @nazoj6462 3 ปีที่แล้ว +7

    Steve literally divided himself like a cell just for this example
    thats some true dedication

    • @gravity6316
      @gravity6316 5 หลายเดือนก่อน

      steve just forked himself

  • @aylazer23
    @aylazer23 4 หลายเดือนก่อน +2

    Wow, finally after a while I understood how threads and mutexes work. The visuals are great

  • @MirkWoot
    @MirkWoot 5 ปีที่แล้ว +20

    I want 8x Steve solving all my tech problems and projects.

  • @maxtaylor3531
    @maxtaylor3531 5 ปีที่แล้ว +87

    Bagley is exactly like this in lectures. The only difference is he has awesome, black, heavily animated keynotes.

    • @recreant359
      @recreant359 5 ปีที่แล้ว +20

      Max Taylor I woulda stayed in college if these guys were my professors.

    • @MatthewTaylor86
      @MatthewTaylor86 5 ปีที่แล้ว +2

      That sounds amazing

    • @maxtaylor3531
      @maxtaylor3531 5 ปีที่แล้ว +12

      He’s honestly a legend. Gutted I haven’t got any modules with him next semester.

  • @kemfic
    @kemfic 5 ปีที่แล้ว +217

    The numberphile and computerphile people have seemingly endless amounts of feed printer paper and butcher paper for some reason

    • @gmc9753
      @gmc9753 3 ปีที่แล้ว +6

      Maybe back in the 1980's, some company offered the university a great deal for a huge number of boxes of green bar paper.

  • @ko.pi.pe.
    @ko.pi.pe. 5 ปีที่แล้ว +96

    The `time` process is not well equipped at all for measuring performance at the microsecond level, as you found. Many things skew the results, as a whole process needs to be spawned and torn down, and this stuff is included in the total; context switching also will bite you. I only use `time` for benchmarking when the benchmarked process is expected to run for longer than one half second.
    Also, remember that there's a Bash built-in also named `time`, which is even worse than /usr/bin/time.
    `gprof` or `prof stat` would have been a much better choice.

    • @sugarbooty
      @sugarbooty 5 ปีที่แล้ว +10

      Would making the set of numbers being added together larger to make it last longer increase the accuracy of the time process?

    • @snooks5607
      @snooks5607 4 ปีที่แล้ว +6

      ​@@sugarbooty sure, you could also measure the difference with a physical stopwatch but why make things hard for yourself. right tool for the right job.

    •  3 ปีที่แล้ว

      Do we not have access to a low level high res timer?

  • @snooks5607
    @snooks5607 4 ปีที่แล้ว +12

    3:00 for completeness, there's also a thing called "green threads" where OS is cut out of the resource management and it's all done by the user-space application. reasons for this vary but for one it might avoid context switching in compute intensive cases.

  • @Gnarrrl
    @Gnarrrl 5 ปีที่แล้ว +3

    Having the multiple Steves talking over each other and interfering with each others task to explain what happens in multithreaded tasks was quite brilliant!

  • @jangambler9998
    @jangambler9998 5 ปีที่แล้ว +7

    Not sure if this is an actual educational video or just the editor and Steve flexing on their editing and acting skills respectively.

    • @oysteinsoreide4323
      @oysteinsoreide4323 4 ปีที่แล้ว +2

      i found the content clear. but I already have been dealing with locks, and programs not always giving the same result. And of course the video production itself can be educational at the same time. Win win situation.

  • @BassHelal
    @BassHelal 5 ปีที่แล้ว +52

    Learned more in 15 minutes than I did in my entire university Concurrency module.
    Awesome stuff as always :)

    • @RoccoBruehl
      @RoccoBruehl 5 ปีที่แล้ว +3

      nice profile pic ^^

    • @TheUglyGnome
      @TheUglyGnome 5 ปีที่แล้ว

      You went to Patriot University?

    • @BassHelal
      @BassHelal 5 ปีที่แล้ว +6

      @Zero Cool Of course I was exaggerating, the course was bad and the lecturer didn't care, so I had to take things into my own hands but yes they did somewhat go over this stuff in that course just extremely poorly

    • @Toopa88
      @Toopa88 5 ปีที่แล้ว +1

      @Zero Cool my professor in databases was from Russia and couldn't speak English neither the language that's spoken in my country. I don't know how he hasn't been fired yet but I assure you that you learned more in 1 hour research than the entire course.

    • @vitfirringur
      @vitfirringur 5 ปีที่แล้ว

      This is your problem. You're in a university. You're not supposed to be spoonfed by the professor. You're supposed to learn to study on your own. If you expect everything to be spoonfed to you, you'll have a hard time finishing your education.

  • @toxicdesire8811
    @toxicdesire8811 5 ปีที่แล้ว +22

    10:57 I need a 10 hour version of this.

  • @nem64
    @nem64 5 ปีที่แล้ว +9

    I've always had love for parallelism and multi threading. This video explained it even more. Thank you!

  • @billykotsos4642
    @billykotsos4642 5 ปีที่แล้ว +114

    Merry Christmas Computerphile!!!!

  • @philippetrov4881
    @philippetrov4881 5 ปีที่แล้ว +29

    My vision for education in programming is that the students should learn multithreading right from the start - in the introduction course. That way we can form a "divide and conquer" approach to solving problems from the beginning and not struggle to fight their "linearity" in thinking afterwards.
    The problem is that most of the people tend to use the methods of programming they know best, they know best whatever they used most and they used most whatever they learned first. So when we introduce parallel programming say in third or fourth course in the Bachelors degree it's already too late.
    Nowadays the mainstream programming is over multicore computers and parallel thinking in problem solving is a must.

    • @mrrdelorenzi8478
      @mrrdelorenzi8478 5 ปีที่แล้ว +1

      scratch has multi-threading (it is taught at primary schools).

    • @theblackwidower
      @theblackwidower 5 ปีที่แล้ว +7

      I spent three years studying programming in college, we never once covered multi-threading. Really annoying.

    • @justgame5508
      @justgame5508 5 ปีที่แล้ว

      T Duke Perry I stumbled upon multithreading myself during my final college assignment (not university), It was a cloud storage app programmed in windows forms(C#) I had to use multithreading for the networking aspect, ie keeping the user interface responsive while downloading/uploading files and on the server allowing multiple clients to access data simultaneously. It was never formally taught however

    • @philippetrov4881
      @philippetrov4881 5 ปีที่แล้ว

      @@theblackwidower that's very sad to hear...

    • @philippetrov4881
      @philippetrov4881 5 ปีที่แล้ว

      @@justgame5508 what I do in my courses is that we start directly from GUI programming (Java Swing in NetBeans). That way we directly hit the responsive interface issue in the second lecture. We usually make some simple game - like a bad guy chasing a hero around the board so the hero must be in one thread controlled by the human and the bad guy in another. We then follow the path down towards low level programming.

  • @TheChondriac
    @TheChondriac 5 ปีที่แล้ว +6

    This is one of the best videos posted to this channel in a while. Really really great upload! I like that we actually got to see some code. I'm finishing my second year toward my degree in computer science and this is right at the level that's great for me. Cheers!

  • @poke_champ
    @poke_champ 5 ปีที่แล้ว +1

    Needed this month's ago for my exams but was a great reminder! Your videos always help me and other programmers understand the concepts visually and practically!

  • @sethnuzum
    @sethnuzum 5 ปีที่แล้ว +2

    One of the highest value channels on the platform, thanks so much for the fantastic content!!

  • @vovakarma7885
    @vovakarma7885 5 ปีที่แล้ว +1

    Great to see Steve programming ! Very educational how he organizes the code and writer it!

  • @TheSiddh123
    @TheSiddh123 5 ปีที่แล้ว +1

    The method of explaining how a thread works and how we can use mutex for the solution was exemplary. Great editing.

  • @PhilipBlignaut
    @PhilipBlignaut 5 ปีที่แล้ว +1

    One of the best multithread examples ever!
    Well done!!

  • @ShujathHussain0
    @ShujathHussain0 5 ปีที่แล้ว +1

    explanation and visual presentation are just outta the world.
    teaching every CS student wishes for

  • @patrickgoetz
    @patrickgoetz 2 ปีที่แล้ว +3

    The best explanation of threads that I've even seen -- great job! Oh, and of course brilliant video production.

  • @RodrigoVzq
    @RodrigoVzq 5 ปีที่แล้ว +4

    This video was just brilliant. Great production

  • @Wolves2314
    @Wolves2314 5 ปีที่แล้ว +1

    This was a great video. The visualizations were awesome and I love seeing actual code.

  • @mikumikuareka
    @mikumikuareka 3 ปีที่แล้ว +3

    Oh, what a great video. I wish I was introduced to it when I was learning about multithreading because it makes it look so easy despite the fact that all the things in this video I learned in a very hard way.

  • @MihaiStoian1
    @MihaiStoian1 5 ปีที่แล้ว +4

    This is so educational, please do more videos with multithreading subject! ❤️❤️❤️

  • @trestenpool9045
    @trestenpool9045 2 ปีที่แล้ว

    One of my favorite vids by yall guys. Thank you !

  • @pmiron
    @pmiron 4 ปีที่แล้ว

    Everyone learning programming should look at your video. Great explanations as usual.

  • @Guitarm4n99
    @Guitarm4n99 5 ปีที่แล้ว +1

    Awesome special effects, and really good topic!

  • @emkaix93
    @emkaix93 5 ปีที่แล้ว

    i really enjoy dr. bagleys explanations. keep up the good work

  • @jesseokeya
    @jesseokeya 5 ปีที่แล้ว +1

    Getting more in-depth knowledge on parallelism and multi threading. Thanks!

  • @AbdulFourteia
    @AbdulFourteia 5 ปีที่แล้ว +2

    Hats off to the editor and the presenter, and one more time to the editor.

  • @NeilRoy
    @NeilRoy 5 ปีที่แล้ว +2

    Very nicely done! We can never have enough Dr Steve Bagleys. ;)

  • @eotsdev
    @eotsdev 5 ปีที่แล้ว +2

    love the two Steves!

  • @hrnekbezucha
    @hrnekbezucha 5 ปีที่แล้ว +1

    Great job! I can see somebody had a bit of fun with this one

  • @TheSulross
    @TheSulross 4 ปีที่แล้ว +2

    Even though C++ (since C++11) has added threading to its standard library, in a lot of situations am still preferring to design around forking where a parent process supervises child processes to do the real work. With copy-on-write optimization of forking, the cost is the page mapping of the process address space having to change upon context switching per kernel scheduling. But the forked child process has a private heap that doesn't have contention with other threads for access. In the age of big data processing, this tends to be more crucial - plus it's a more fault tolerant design approach for implementing self-healing software services that need to run robustly 24/7 (child processes are vastly easier to scavenge successfully than a failing thread of execution which can tend to destabilize the entire program). I prefer this so much to multi-threading that I wrote a custom Java launcher called Spartan that enables (easily) breaking my Java programs into child processes - just as with C and C++, I can write a single Java program that splits itself into a parent and (one or more) child processes for logic execution. And the Java heap gets problematic (perf-wise) when dealing with more than 4 to 6 GB of memory objects - is really better to run concurrent, heavy data-centric processing in multiple child processes instead of one Java process using threading in a single heap that starts going well beyond 6 GB of memory utilization. Oh, and here's another optimization of this approach - the Java child process just does a System.exit() when its done so that there's no attempt to garbage collect multi GB of objects - in fact with Spartan, its feasible to launch the Java child process such that garbage collection is turned off - just allocate memory until done but never bother to reclaim it - the OS does that when the process exits. In Golang, it's a different story - pretty much have to go with model that's baked into the language. It's light weight compared to other language threading models, and garbage collection these days now works much, much better.

  • @nickbarton3191
    @nickbarton3191 5 ปีที่แล้ว +6

    When I was first at work 40 years ago, we used to call operations that interrupts or the threads can't interfer with Atomic operations. These days nobody has a clue what I'm talking about.

    • @X_Baron
      @X_Baron 5 ปีที่แล้ว +5

      Atomic operations are used in real-time computation, when you can't afford mutexes slowing things down or making response times unpredictable, and to prevent priority inversions. There is std::atomic now, and std::memory_order. Of the PC applications that people use daily, games are the most performance-critical and hence require these kind of features.

  • @Shiunbird
    @Shiunbird 3 ปีที่แล้ว

    Very helpful. I'm proficient in shell scripting and powershell overall for my work life, and recently started learning C. This helped me sort out a problem with one of my projects, so thank you for that. =)

  • @kisame_5331
    @kisame_5331 5 ปีที่แล้ว +1

    Best 15 minutes I've ever spent today

  • @Bowhdiddley
    @Bowhdiddley 5 ปีที่แล้ว +1

    The presentation and editing in this video is the best I've found on TH-cam when it comes to explaining and demonstrating multithreaded execution. Amazing job Dr. Bagleys and Computerphile.
    I'm a computer engineering student and one of the concerns I had when learning about and experimenting with multithreaded programming was the _real_ performance gain. As was shown in the video, the summation example didn't benefit a ton from being multithreaded. I assumed that a lock like a mutex creates a major bottleneck in your code that really makes it no faster than the single-threaded, sequential case. Moving the lock to the end of the function to minimize its usage made a lot of sense and, at scale, I could definitely see how multithreading would be the way to go!

  • @dasten123
    @dasten123 5 ปีที่แล้ว +1

    Interesting topic, well explained, nice editing. Thumbs up!

  • @edilgin622
    @edilgin622 2 ปีที่แล้ว

    wowww the editing was superb! nice job computerphile nice job

  • @OzHarrrry
    @OzHarrrry 5 ปีที่แล้ว +1

    The production quality is Insaneeeeee

  • @anindyasundarmanna6683
    @anindyasundarmanna6683 2 ปีที่แล้ว

    Loved the video! Absolutely great!

  • @53nat0r
    @53nat0r ปีที่แล้ว

    Superbs explanation. Well done! Great editing too!

  • @bobplested55
    @bobplested55 5 ปีที่แล้ว +4

    Please do a video on how you had two Steves, apparently motionless wrt each other, while using a hand held camera, and interacting with each other. That was too cool for School.

  • @simontay4851
    @simontay4851 5 ปีที่แล้ว +11

    How the hell was there a second identical steve in the video at the same time and how did steve 1 on the right seamlessly pass a real floppy disk to steve 2 on the left as if he was there. That is some very clever filming and editing by Sean Riley.
    Sean, if you read this, please reply.

    • @Computerphile
      @Computerphile  5 ปีที่แล้ว +17

      Hah, it took five times longer to edit than any other, may have to do a behind the scenes on how.... Sean

    • @bsharpmajorscale
      @bsharpmajorscale 4 ปีที่แล้ว

      It must be the work of an enemy stand

  • @jayyyzeee6409
    @jayyyzeee6409 4 ปีที่แล้ว +1

    Gauss' shortcut:
    The sum of positive integers from 1 to x, where x is even is equal to: (1+x) + (2+[x-1]) + (3+[x-2]) + ... (x/2+[x/2+1]) = (1+x) + (1+x) + (1+x)..., where there are x/2 terms, or (1+x)*(x/2). The example in the famous story about Gauss was finding the sum from 1 to 100 which is equal to (101)*50 = 5050.
    In this case, x=1,000,000, x/2 = 500,000 => The sum is (1+1,000,000)*(500,000) = 500,000,500,000.

  • @Cybeonix
    @Cybeonix 5 ปีที่แล้ว +70

    Steve-P-U Huh? Sounds like a RISC-y piece of hardware ;)

  • @MatheusOliveira-xw7vf
    @MatheusOliveira-xw7vf 3 ปีที่แล้ว

    Thank you so much, this is channel is helping me tremendously.

  • @gggfx4144
    @gggfx4144 5 ปีที่แล้ว

    Really interesting video; explained concept of multi threading well and liked the example in code - thanks very much

  • @neeraj4258
    @neeraj4258 5 ปีที่แล้ว

    Visual effects were superb

  • @adilkhatri7475
    @adilkhatri7475 3 ปีที่แล้ว

    Great Video!! he explained following things
    - Race Condition Problem
    - solved race condtion problem using mutex.
    - code inside lock and unlock is called critical section.
    i have read so much about this but never seen program which explain all these concepts!!
    AMAZING VIDEO!!!!!

  • @T-She-Go
    @T-She-Go 3 ปีที่แล้ว

    I understand so much now 😌 Those visual effects helped a lot 🙌🏾

  • @sqyttles
    @sqyttles 3 ปีที่แล้ว +2

    Visuals were sick!

  • @rpsloss
    @rpsloss 5 ปีที่แล้ว +1

    This was really well made. Thanks!

  • @skepticmoderate5790
    @skepticmoderate5790 5 ปีที่แล้ว

    Very impressive! Merry Christmas.

  • @nitishgupta6802
    @nitishgupta6802 4 ปีที่แล้ว

    Find me a better channel on TH-cam, I'll wait .
    Every time I come to computerphile, it blows my mind open.

  • @andrez76
    @andrez76 5 ปีที่แล้ว +2

    Great video as usual, though this one gets a prize for cool editing effects. I was wondering; how about using two separate accumulators, one for each thread, and adding them together after the join?

  • @ardiansyah6794
    @ardiansyah6794 20 วันที่ผ่านมา

    You can build university with this content quality

  • @shivamsood8385
    @shivamsood8385 11 หลายเดือนก่อน

    really awesome explanation !!

  • @yaBoyDreamer
    @yaBoyDreamer 5 ปีที่แล้ว +4

    can someone please explain the origin of &aLock as an argument passed in the mutex lock function?

  • @LeCyProductions
    @LeCyProductions 2 ปีที่แล้ว

    Love the explanation, thanks other Steve!

  • @danielnavarrete8571
    @danielnavarrete8571 5 หลายเดือนก่อน

    What a great explanation!

  • @dotsdigitalltd7756
    @dotsdigitalltd7756 2 ปีที่แล้ว +1

    5:07 - Basically the "Hello, World!" of multithreading in C lol. Very well explained, though! A++

  • @xSCOOTERx2
    @xSCOOTERx2 5 ปีที่แล้ว +1

    Steve and other Steve complement each other very well.

  • @CapyRescuer
    @CapyRescuer 2 ปีที่แล้ว

    Amazingly explained !

  • @TruthNerds
    @TruthNerds 5 ปีที่แล้ว +46

    1:46 (about processes) "If you changed one memory location, it updated in the other side […]" - *NO! THAT IS WRONG!!!* The defining feature of processes was memory isolation. No changing memory in other processes unless both processes asked for it (look up shared memory). It is true that the process' memory is not necessarily copied during the fork(). The CPU's support for virtual memory allows using page faults and what is known as copy-on-write, or COW, for short. This means both processes continue to use the same memory, but set as read-only in the page tables managed by the OS, until one of them tries to write to that memory. This causes a page fault by the CPU (writing into a read-only page), but this is transparently handled by the OS which allocates a new (physical) page, copies the data and attaches it to the writing process as read/write, then the "offending" process is resumed. But this is an optimization by the OS and does not change the concept of memory isolation. I got worked up over this, sure, people make mistakes, but memory isolation versus common address space… that is basically the *defining* difference between processes and threads. E.g. here is an excerpt from the documentation of the GNU/Linux function clone():
    Unlike fork(2), clone() allows the child process to share parts of
    its execution context with the calling process, such as the virtual
    address space, the table of file descriptors, and the table of signal
    handlers. (Note that on this manual page, "calling process" normally
    corresponds to "parent process". But see the description of
    CLONE_PARENT below.)
    One use of clone() is to implement threads: multiple flows of control
    in a program that run concurrently in a shared address space.
    Note how they *define* threads as "multiple flows of control … *in a shared address space* ."? I'll admit that this is tricky stuff, e.g. the distinction between threads sharing the table of file descriptors whereas fork() effectively copies this table. This means that, while after both a fork() or a clone(), both processes will have the same files opened with the same file descriptors (these are integer IDs usually), *changes* to the FDT will only be seen by a clone, not by a forked process - e.g. if one forked process closes a file descriptor, it will yet remain open in the other.
    TL;DR: Your explanation of the difference was like saying "a bike is different from a trike in that it has three wheels", which is horrible, which in turn should explain my reaction.

  • @ben6
    @ben6 4 ปีที่แล้ว

    Incredible video!

  • @robertboran6234
    @robertboran6234 5 ปีที่แล้ว +1

    Nice explanation. We master the sequential process a long time ago. We have very good mathematical models on sequential processing but even now in 2019 we lack a good mathematical model on concurrency processing. Having a huge complex program and trying to split it in multiple threads is a nightmare. I think because we have only two hands our minds are not good at concurrency thinking. I would really like to see a programming language where the source code file has "normal code - handled by programmers" and on top of it there is a "synthetic code - handled by AI", the "synthetic code" is invisible to the programmer and it is in the same source code file. So the human job is to write the code and the AI job is to split the same code automatically. So as a human we don't need to know that the code was run in a complex concurrent fashion. This programming language can have multiple layers (Human layer + many AI layers). It is quite difficult to make a sequential looking code (TEXT) act concurrently (This just makes the code look quite complicated) .

    • @LuLeBe
      @LuLeBe ปีที่แล้ว

      the two hands thing doesn't even hold up. We actually can't do more than a single thing consciously. Everything else consists of routines we learned and that only need our attention when they're being stopped, started, modified etc. Take walking down the street while talking on a phone. We can walk without consciously thinking about it, we are decent at observing our surroundings without it and we can produce speech without it. We only need to think about where we want to go and the content of our speech, all the muscular functions are completely automatic. Once you think "a quick brown fox" you don't need to actively think about how to produce that sound.
      And when learning to play an instrument, for example, you can quickly see how we are completely unable to coordinate both hands as long as we have to actively think about their movement.

  • @vinsonwei1306
    @vinsonwei1306 2 ปีที่แล้ว

    Learned a lot for this! Thanks!

  • @RobertBlow
    @RobertBlow 5 ปีที่แล้ว +1

    Thanks, I learnt something today. Brilliant.

  • @gamersforever1585
    @gamersforever1585 5 ปีที่แล้ว

    very informative thank you for your brilliant work

  • @allmight9991
    @allmight9991 8 หลายเดือนก่อน

    This is really helpful thank you Hussein.
    Fan from egypt😊

  • @Teck_1015
    @Teck_1015 5 ปีที่แล้ว +1

    Some damn fine editing here :)

  • @mattimhiyasmith
    @mattimhiyasmith 5 ปีที่แล้ว

    Love Steve's teaching

  • @misterguru5135
    @misterguru5135 5 ปีที่แล้ว +1

    Steve Ception!! I like it, that was awesome! :)

  • @martinparidon9056
    @martinparidon9056 หลายเดือนก่อน

    What magic is this with the floppy disc :D:D Amazing!

  • @x3ICEx
    @x3ICEx 5 ปีที่แล้ว +56

    Not much faster? .06 / .07 = .8, that's like 20% improvement... Anyway, as a rule of thumb; Turn off optimizations when benchmarking intentionally bad code... Also;
    A much more trivial solution (sum first half into A, second half into *new variable* B and add them together in the end) distracted me from te actual point of threading, mutex, etc.

    • @helsontaveras7961
      @helsontaveras7961 5 ปีที่แล้ว

      20% improvement sure, but he only ran the program a handful of times. we don't know if that result is statistically significant. i think he was looking for a more dramatic improvement right off the bat.

    • @funprog
      @funprog 5 ปีที่แล้ว +4

      Some compilers might optimize the sum with the Gauss formula for sums S= n/2(a1+an) so there would be no difference in speed, or precompute the result at compile time ! One has to be aware of these optimizations before drawing results about speed etc

    • @dewsjievpdav6557
      @dewsjievpdav6557 5 ปีที่แล้ว

      I was thinking the same idea about having 2 separate variables and then adding them together but you can only do that if you are running some sort of sum calculation, you can't apply that same method for more complicated code that isn't just a calculation of a sum

  • @giginemsadze9926
    @giginemsadze9926 3 ปีที่แล้ว +1

    Please make more videos on threads 🙏 this was great ✨✨

  • @mrbane2000
    @mrbane2000 5 ปีที่แล้ว

    I just had thought god uses multi threads for generation learning which we call alternate universe and this video pops up.Nice one youtube,nice one,and this multi Steve nailed it

  • @__jan
    @__jan 5 ปีที่แล้ว +1

    holy moly that editing

  • @abdalhadifitouri131
    @abdalhadifitouri131 5 ปีที่แล้ว

    I like this guys videos because they're a little more advanced.

  • @mariolombardion8326
    @mariolombardion8326 5 ปีที่แล้ว

    Thanks for the great content. But how is locking a token to proceed with multithreading faster than just running the code on a single core? The other thread seems to have to wait, so it shouldn't be a performance boost at all to use multi threading this way. And you are adding more complexity. Are there benefits to this, that I'm missing here?

  • @oscargarciahinde4247
    @oscargarciahinde4247 5 ปีที่แล้ว +1

    Two Steves is always better than one.

  • @heaslyben
    @heaslyben 5 ปีที่แล้ว

    I loved second Steve!

  • @tomastamantini
    @tomastamantini 5 ปีที่แล้ว

    Really interesting stuff! Thanks a lot!

  • @MrSonny6155
    @MrSonny6155 5 ปีที่แล้ว

    This summarizes the difficulties in group work. All parties are working on the same thing, slowing down efficiency due to mutex locking.
    Of course, that assumes that there is even a mutex, because most of the time it's just a single guy doing all the work, with the other parties blackmailing that thread to credit them equally.