Parallelism vs Concurrency

Parallelism vs Concurrency

CodeVault

4 года назад

14,542 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@bsgamer5069
@bsgamer5069 - 03.01.2021 18:39

Your explanation is just amazing. I have a job interview next Thursday. I will comment if I get hired 😁.
And I have posted your channel link to Facebook group

Ответить
@alienflip5492
@alienflip5492 - 03.01.2021 19:07

Great videos mon ami!

Ответить
@narasarajv5278
@narasarajv5278 - 04.01.2021 08:17

Thank you..

Ответить
@kapildeshmukh7878
@kapildeshmukh7878 - 04.01.2021 16:40

Thanks a bunch. I have my Linux finals on 19th Jan. This was a godsent.

Ответить
@fernandaeschallots2485
@fernandaeschallots2485 - 07.08.2021 12:08

I didn't understand anything....Google Translator probably doesn't work well

Ответить
@fernandaeschallots2485
@fernandaeschallots2485 - 07.08.2021 12:13

But I realized that Parallelism is more effective

Ответить
@antonfernando8409
@antonfernando8409 - 25.01.2022 05:18

Would your definition still hold true when there are multiple CPUs?

Ответить
@Awwe12675
@Awwe12675 - 12.09.2022 09:23

I know parallel used multiple core and thread is only one core
But I have question what is task
What is multiplthreds

Ответить
@vorio5310
@vorio5310 - 03.05.2023 21:40

When I was testing how the number of threads affects speed, I encountered a very strange behavior. With one thread the time is about 2s, with two the time is 10s!!!! And when adding more threads the time decreases (with 32 threads the time is about 4s).
I was running the code on a virtual machine with 4 cores. I didn't use any mutexes and sleep() functions.
What is the reason for that?

Ответить
@_4p_
@_4p_ - 21.05.2024 11:19

thanks man

Ответить