GopherCon 2017: Understanding Channels - Kavya Joshi

  Рет қаралды 118,834

Gopher Academy

Gopher Academy

Күн бұрын

Пікірлер: 91
@bepsays
@bepsays 7 жыл бұрын
This is a great talk; I would never have imagined finding a talk about "the inner workings of channels and channel operations" so interesting.
@SimonSun-j5u
@SimonSun-j5u 4 жыл бұрын
She explained the implementation of channel in such a understandable way, great talk!
@djason_music
@djason_music 6 жыл бұрын
One of the best Go talks I’ve ever seen! Great explanations. Love the enthusiasm.
@giovanni.tirloni
@giovanni.tirloni 7 жыл бұрын
I find this behind-the-scene explanation is the best way to explain channels. It removes the magic and makes it easier to understand. Thank you!
@dixztube
@dixztube 3 ай бұрын
This was actually really good. Very good but I had to watch it a couple times. Great work!
@kamilziemian995
@kamilziemian995 3 жыл бұрын
1:35 I believe that there is a typo and line "ch := make(chan Task, 3)" should be replaced by "taskCh := make(chan Task, 3)". Also worker function should be defined by "worker(taskCh chan Task)".
@harshvishwakarma1890
@harshvishwakarma1890 2 жыл бұрын
yep, was thinking about the same
@haaarshiiiit
@haaarshiiiit 2 жыл бұрын
+1
@vladimirbauer6604
@vladimirbauer6604 7 жыл бұрын
Must watch for every gopher out there!
@dharmjitsingh
@dharmjitsingh 6 жыл бұрын
Such a complex topic explained in a such a simple manner. Really a great talk
@vasubabujinagam5977
@vasubabujinagam5977 4 жыл бұрын
this is the best talk ever on concurrency and channels, Thanks Gopher Academy and Kavya Joshi
@asymptotion
@asymptotion 3 ай бұрын
I view this video three times, this should be viewed by all golang developer.
@Mukesh-zh7dm
@Mukesh-zh7dm Жыл бұрын
Thanks for the amazing informative content Gopher Academy. The speaker explained everything in very detailed crisp and with nice presentation.
@thisprofileismt
@thisprofileismt 6 жыл бұрын
The structure and concepts behind goroutines and channels are presented in a very nice & simple manner. Thanks for this great talk, Kavya!
@Ramu294
@Ramu294 4 жыл бұрын
Kavya Joshi -done it in an understanding manner...presentation slides was also superb..
@sofikulmallick3766
@sofikulmallick3766 4 жыл бұрын
This is such an amazing talk, makes clear inner working of channel. This will help to write concurrent codes more better way than I am doing today in go
@samuelorozco255
@samuelorozco255 6 жыл бұрын
Wow, this is a really great talk. Exactly what I wanted to listen to.
@53nat0r
@53nat0r Жыл бұрын
Way cool explanation. The best teacher. W'd luv to see more explanations from here.
@saadabbasi2063
@saadabbasi2063 4 жыл бұрын
Very well done. Thanks for this amazing contribution.
@saravanansaibaba8374
@saravanansaibaba8374 2 жыл бұрын
Brilliant talk. Learnt a lot.
@jameshwest
@jameshwest 4 жыл бұрын
Great talk. Learned lots of useful things. Great formatting. I could see all the details of the slides on my 13" screen
@gokukakarot6323
@gokukakarot6323 4 жыл бұрын
there is a 1 element lifo as well for performance benefits
@mohamadmawed6078
@mohamadmawed6078 7 жыл бұрын
I highly appreciate your great and informative explanation Kayva Joshi .
@tushargupta3236
@tushargupta3236 Жыл бұрын
Loved this!
@halorium
@halorium 6 жыл бұрын
Really great job at explaining a relatively complex topic in an easy to understand and fun way. :)
@meetalodariya5972
@meetalodariya5972 2 жыл бұрын
Great explanation of channel mechanics!
@bhupeshimself
@bhupeshimself 4 жыл бұрын
I have just started playing with channel. Thanks for this talk 👍
@prydt
@prydt 2 жыл бұрын
awesome and simple talk!
@hyrdeshgangwar
@hyrdeshgangwar 4 жыл бұрын
Great talk! One of the best!
@xuyangsun7948
@xuyangsun7948 2 жыл бұрын
great; expect more talks
@robgreen13
@robgreen13 5 жыл бұрын
Excellent material and presentation, thanks you.
@SteveWang92
@SteveWang92 2 жыл бұрын
It is helpful to me extremely
@kennethcarvalho3684
@kennethcarvalho3684 2 жыл бұрын
Kavya has become a synonym for Channel
@kkmingming
@kkmingming 6 жыл бұрын
Quite an interesting intro to the channel mechanism.
@iammen7
@iammen7 5 жыл бұрын
Great talk! Thanks, Kavya Joshi!
@twihc294
@twihc294 Жыл бұрын
If we are multiplexing g1 and g2 on one os thread arent we at the mercy of the scheduler , for e.g. we can just execute g1 enqueue forever if the channel is not full and no work is done Ofc this is assuming one os thread, does go have enough context not to use the same thread? @google
@fcamel
@fcamel 6 жыл бұрын
Great talk! This topic is interesting and useful!!
@zaofei6281
@zaofei6281 5 жыл бұрын
Excellent , i know the channel a lot that i ever have
@TechEdith
@TechEdith 4 жыл бұрын
Great Talk!! Thank you for such an insight into Go Channels
@startup2693
@startup2693 3 жыл бұрын
in case of early reader, G1 decides to write directly to G2 memory location, how does it resume the G2? also how does it tell G2 not to read from buffer? the pending instruction in G2 is to read from buffer right?
@chiranjibghorai6950
@chiranjibghorai6950 5 жыл бұрын
Great talk, I finally understand GO Channels :)
@pirminschneider7106
@pirminschneider7106 7 жыл бұрын
I'm always wondering what sort of people downvote a video like this.
@remariorichards8237
@remariorichards8237 7 жыл бұрын
me too
@ByteSizedSociety
@ByteSizedSociety 6 жыл бұрын
Alphabetically sorted people?
@asiddiqi123
@asiddiqi123 6 жыл бұрын
C++ devs
@gauravsharma1455
@gauravsharma1455 5 жыл бұрын
Really awesome talk
@thachnnguyen
@thachnnguyen 2 жыл бұрын
Seriously, the question is still "why channel?" versus the simple use of a mutex? They're both blocking. If channels block everywhere, obviously using a mutex is clearly better. All channels do is to move the isolation from one place (which can be a bottleneck) to another (a smaller bottleneck). All the "cool" things mentioned aren't cool, just necessary things not to block everywhere. What would be cool is what makes channel a communication means preferred over mutex.
@kmeaw
@kmeaw 2 жыл бұрын
A channel is a higher-level construct compared to a mutex, which is low-level and it is too easy to use them in a wrong way - lock/unlock them in a wrong order, forget to lock/unlock and so on. With channels you can solve simple tasks in a simple way. And most importantly, you can compose these solutions without introducing much complexity. Sure, you can rewrite any code by replacing channels with mutex-guarded queues (and even cut some corners to get better performance) but there is a Go proverb "Don't communicate by sharing memory, share memory by communicating" for a reason - for most Go programmers the mental tax of using mutex is higher.
@bobx7711
@bobx7711 2 жыл бұрын
Does anyone know where can I get the slides?
@dksingh04
@dksingh04 6 жыл бұрын
Great talk, got the clear understanding of channels now. Must watch for other gophers.
@romankonovalov2588
@romankonovalov2588 Жыл бұрын
just the best
@pfryscak
@pfryscak 7 жыл бұрын
Really enjoyed this explanation; thanks!
@seriyanto
@seriyanto 4 жыл бұрын
really amazing talk !
@shuaiyang105
@shuaiyang105 2 жыл бұрын
where is the pre?
@evansonmwangi71
@evansonmwangi71 5 жыл бұрын
Wish she had written a book..Or is there such a book about internals of Go concurrency primitives.
@inancgumus4125
@inancgumus4125 5 жыл бұрын
evanson mwangi Why? There's nothing to say about this more. Really. It's that simple. The rest of the details are in the Go source code.
2 жыл бұрын
Rob Pike and Kavya Joshi do best go talks. Change my mind.
@brister61
@brister61 6 жыл бұрын
Excellent talk.
@sergioontech
@sergioontech 7 жыл бұрын
Great talk! Thank you so much!
@pengdu7751
@pengdu7751 4 жыл бұрын
great presentation!
@cholocatelabs
@cholocatelabs 4 жыл бұрын
Great talk
@tommytin6978
@tommytin6978 3 жыл бұрын
Many thanks!
@garywzh
@garywzh 7 жыл бұрын
cool
@Makos1996
@Makos1996 7 жыл бұрын
yup, this is pretty cool
@CriticalThinkerShan
@CriticalThinkerShan Жыл бұрын
awesome
@asn90436
@asn90436 5 жыл бұрын
Great talk, thank you so much
@TheRoxas13th
@TheRoxas13th 6 жыл бұрын
How the knowledge here helps us on daily basis? I haven't watched the video yet, but the deep explanation upfront is so hard to follow.
@MauricioAAntunes
@MauricioAAntunes 6 жыл бұрын
The concepts she describes could be applied by you. Also, not everything needs to be usable on daily basis. Learning is a construction - with this video you got some blocks. Save them for the future (that might be tomorrow) :)
@oguzhanyldrm8179
@oguzhanyldrm8179 3 жыл бұрын
this is a great talk thanks but I don't like calling things "magic", actually we amaze me about go it is reasonably easy to understand what will the code does
@praveenkumar4951
@praveenkumar4951 7 жыл бұрын
At kzbin.info/www/bejne/gXO9nYFmnt-Yn7s right hand side func worker(ch) should have *task :=
@白孟博
@白孟博 6 жыл бұрын
Great talk!
@zakariachahboun
@zakariachahboun 2 жыл бұрын
Cool thanks 👏
@jiaxichen9373
@jiaxichen9373 7 жыл бұрын
It is a great talk! Thanks!
@mubiale4060
@mubiale4060 4 жыл бұрын
Thanks, so clear
@RodolfoBarriga
@RodolfoBarriga 7 жыл бұрын
great talk ....
@remariorichards8237
@remariorichards8237 7 жыл бұрын
When you said Go multiplexes the goroutines onto the OS main threads, isent context switching invovled?
@Wren6991
@Wren6991 6 жыл бұрын
I think it's more SJ LJ or trampoline style context switching, all just userspace function calls. Not as expensive as getting the OS involved.
@florenckaf
@florenckaf 2 жыл бұрын
The style is a bit too cheesy but the contents is very interesting.
@danielsokil9529
@danielsokil9529 6 жыл бұрын
so a unbuffered goroutine can create unlimited tasks in the channel?
@chaoleili9339
@chaoleili9339 6 жыл бұрын
Great!
@RR-ly4vy
@RR-ly4vy 4 жыл бұрын
Ok. That go routine modifies stack of the other, for performance to do the trick. . . . . . . . . (searches how to learn rust faster)
@twistedlog24
@twistedlog24 6 жыл бұрын
This is such an amazing talk/
@sonicgoogle
@sonicgoogle 3 жыл бұрын
gdd
@andreypanin2136
@andreypanin2136 2 жыл бұрын
Why does she sound so aggressive?
@dardanbekteshi3177
@dardanbekteshi3177 Жыл бұрын
Fantastic talk
@Padeir0
@Padeir0 4 жыл бұрын
Great talk!
@codephilosopher
@codephilosopher 3 жыл бұрын
Great talk!
@gaby1491
@gaby1491 2 жыл бұрын
great talk!
GopherCon 2018: The Scheduler Saga - Kavya Joshi
30:48
Gopher Academy
Рет қаралды 59 М.
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019
21:39
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
JISOO - ‘꽃(FLOWER)’ M/V
3:05
BLACKPINK
Рет қаралды 137 МЛН
GopherCon 2016: Understanding nil - Francesc Campoy
30:59
Gopher Academy
Рет қаралды 44 М.
Master Go Programming With These Concurrency Patterns (in 40 minutes)
46:15
This is your last video about Golang Structs!
15:57
Flo Woelki
Рет қаралды 11 М.
Channels in Kotlin Coroutines | Nikita Koval
45:20
Kotlin by JetBrains
Рет қаралды 9 М.
Advanced Golang: Channels, Context and Interfaces Explained
22:17
Code With Ryan
Рет қаралды 128 М.
Golang Channels Or Wait Groups? Let Me Explain.
18:32
Anthony GG
Рет қаралды 27 М.
Creating custom struct tags in Golang is awesome!
24:42
Flo Woelki
Рет қаралды 10 М.
Golang UK Conference 2016 - Dave Cheney - SOLID Go Design
27:30
GopherCon UK
Рет қаралды 109 М.