Parallel Programming Vs  Async Programming

Parallel Programming Vs Async Programming

Chris Hawkes

6 лет назад

25,611 Просмотров

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


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

jahuso
jahuso - 27.08.2019 22:27

Gracias Amigo

Ответить
Steven K James
Steven K James - 22.05.2019 14:54

cool

Ответить
M9
M9 - 30.10.2018 12:40

How it is possible TO BE INFANT BABY (PARALLEL PROGRAMMING) when it execution began in 1962(56 years AGO) on a true 4-core processor computer and I AIN'T TALKING ABOUT FIRST PARALLEL PROGRAMMING IN COMPUTER SCIENCE started as postcards in 1837 for proposed design of Analytical Engine by Charles Babbage... I can't listen to this "I have no idea what I am talking about" bullshit.

Ответить
Scott Lee
Scott Lee - 07.03.2018 16:13

32 cores is not insanity, sir. It’s luxury.

Ответить
Alessandro
Alessandro - 04.03.2018 13:29

Elixir is the 🔑

Ответить
Joe
Joe - 04.03.2018 04:55

I'm definitely no expert in building multithreaded systems, but I know that mutability is what makes parallel programming difficult and not thread safe. You don't want multiple threads making changes to the same pieces of data at once. That's where locking comes into play, but like Chris says this kinda code can be difficult to reason about. So I think functional style programming and immutability is the way to go for building highly parallel systems.

Ответить
Shark Dog
Shark Dog - 04.03.2018 03:04

Great explanation 🎯

Ответить
Ksee
Ksee - 04.03.2018 02:17

I do all my code in pen and paper, and have my bitches write my code for me...

Ответить