justforfunc #28: Basic Benchmarks

justforfunc #28: Basic Benchmarks

justforfunc: Programming in Go

7 лет назад

13,093 Просмотров

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


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

@markzelougarces7595
@markzelougarces7595 - 23.07.2020 15:01

you are just so cool man :)

Ответить
@unique1o1-g5h
@unique1o1-g5h - 06.04.2020 17:51

for n=number of int channel
isn't its (n-1) goroutine for mergeRec?

Ответить
@rodolforodriguez9681
@rodolforodriguez9681 - 16.09.2018 17:31

WHERE DID YOU GET THE MARGARET HAMILTON POSTER? I WANT

Ответить
@MariaShodunke
@MariaShodunke - 28.05.2018 16:42

awesome video, learned so much in one video haha. I just found the channel, love the name.
Keep em coming! :)

Ответить
@utkarshmanitripathi5818
@utkarshmanitripathi5818 - 19.02.2018 15:25

Hi can you please make a video on closures in golang.I really don't understand the difference.

Ответить
@sergdudk
@sergdudk - 13.02.2018 14:02

Thank you very much, Francesc!

Ответить
@pjox
@pjox - 12.02.2018 20:28

Amazing and useful as always, thank you so much for making this content! I wanted to make a small suggestion however, the audio has too much echo. I was going to suggest you put curtains or foam in the office but that might be difficult and expensive. Then I realized you are actually using a lavalier microphone, so the solution to this echo might be as easy as changing the position of the microphone or changing the configuration of the recorder. Other than that everything is perfect, thank you for teaching me so much, I am forever grateful.

Ответить
@VsMVids
@VsMVids - 08.02.2018 06:51

func (b *B) StartTimer()
func (b *B) StopTimer()

Could also be useful to isolate the different merge calls from the channel initialization (asChan).
In your case, as you compare, it doesn't really matter, but in the cases you want absolute measurements, it becomes useful.
It's also so easy to use, that could have been part of this already great video :).

Ответить
@InfernoAlex72
@InfernoAlex72 - 07.02.2018 19:40

Excellent!
Thank you!

Ответить
@musale2277
@musale2277 - 07.02.2018 16:50

I learned so much about the benchmarks. It's really interesting how you work with VS Code. This series was full of new things for me.

Ответить
@DarthDolphi
@DarthDolphi - 07.02.2018 16:06

Thank you!

Ответить
@konstantin8105L
@konstantin8105L - 07.02.2018 09:40

Thank you

Ответить
@AlfredZhong
@AlfredZhong - 07.02.2018 06:07

Another good video. Always looking forward to next.

Ответить
@LuisFernandoGaido
@LuisFernandoGaido - 07.02.2018 05:07

I love just for func. It must be in netflix!

Ответить
@dn5426
@dn5426 - 07.02.2018 01:31

wish I was that productive with my tools

Ответить
@TomasAugust
@TomasAugust - 07.02.2018 00:56

Thank you

Ответить
@mason.elmore
@mason.elmore - 07.02.2018 00:28

Awesome video! I've been going through "The Go Programming Language," and I never thought to use []struct to test/bench multiple solutions for one exercise.

Ответить
@FranklinHarding
@FranklinHarding - 07.02.2018 00:12

Thanks for the video! As usual, great. I'm curious, could you use go generate to make merge work with many types instead of just chan int (eg. chan string, chan struct{})? That would be a really cool video.

Ответить