Комментарии:
Yes, Go all the way
ОтветитьWe want more c# content please ❤
ОтветитьLove the Go content, but it would be nice to see a bit more Kotlin or Python content along side it
ОтветитьYou found your own style in the last few months, and it's clear you're putting so much work into it. I hope your channel keeps growing fast, you deserve it!
Ответитьi love GO content, thanks for the vid
Ответитьjust use rust ❤
Ответитьwhere benchmarks
ОтветитьI think there's no more butt? Thank god. So cliche.
ОтветитьI found this channel because of GO, I stay with this channel because of GO
ОтветитьGo bro. Go.
Ответитьafter js,ts,java,c# now i'd say go is best for api
Ответить"It's slower because something else is the bottleneck" This doesn't really make sense. The amount of speed you gain could be capped, but if you are slower due to some other bottleneck, then that would affect the original model as well. Unless your model taxes some resource harder, in which case it's not faster, it's just slower.
ОтветитьMore GO
ОтветитьZig also!
ОтветитьYes...indeed more Go content!!
ОтветитьOdin content would be cool! (It's like Go but without a GC)
ОтветитьThis was fun. I like your visual style
ОтветитьWell, go vs Java boilerplate I don’t know which one is worse…
ОтветитьNever bet against Google
Ответитьthanks for no butt joke today
ОтветитьOk so they're actually using the telemetry data productively 👍
ОтветитьCorection: if you aren't allowed to fix it - you don't own it. Which is even worse, because companies usually fearmonger people into going to the specific (highly overpriced) repair centers even for the simplest of things.
ОтветитьWell not sure it’s relevant to like 90% of Go deployments. NUMA isn’t really where Go is used. It’s best with small 1.5 vCPU services.
ОтветитьTry to cover some Swift, also in the light of Mitchel Hashimoto’s recent X post as an opposing opinion.
Ответитьawesome
ОтветитьLove the Go vids, keep it up!
ОтветитьI am really not buying into the "manual memory management is hard, use garbage collection" mantra anymore. you spend 1 minute thinking about how you are using your memory, put it inside an arena, a pool or something else that better serves your lifetime, or even just statically declare it and continue your program. Plus, garbage collection is shit for the L1/2/3 caches since all your data allocations are both implicit and dynamic.
ОтветитьIt is a nice innovation, but it is not even faster in all use-cases. I understand the need for views, but the sensationalist titles are driving me away from the channel.
ОтветитьThis might be a controversial idea, but why not also include an explicit free function so that go functions can force the freeing of a particular item… That way youi’re reducing the size of the GC burden if the programmer identifies an easy place to free memory.
ОтветитьYes! More Go please!
ОтветитьGuys should i go for go or rust ?
ОтветитьThe beauty of go is: you can fine tunning your code do perform almost no memory allocation using object pool and benchmarks the code checking for allocation. In the right place, it could result in better performance
Ответитьhow is any different than red black trees
ОтветитьMore Go please!
Ответитьmore go videos
ОтветитьLets be honest. Java has the best garbage collector.
Ответить"just use mark and sweep" - javascript 😂
ОтветитьGo's gc is still nowhere near as good as G1GC or ZGC for large heap memory management
Ответитьgo go go
ОтветитьThe only Rust’s sell point is being gapped, leaving it in dust
Rip
false statements easy to mix for hamsters and gophers
ОтветитьCurious to understand, is GC the only thing holding back Go in terms of matching the systems languages (C, C++, Zig, Rust) raw speed and performance?
ОтветитьI feel sad for V programmers now :D
ОтветитьFireship and Prime have become mainly meme/news channels, while you still sound like an actual engineer that has a passion (and a knack) for sharing practical knowledge. There is definitely room for your channel to grow a lot and I hope it does!
ОтветитьWould love to see more Go content ❤
ОтветитьIf you link to the source it would be appreciated
ОтветитьYour style of videos is amazing. You, prime and fireship is always a insta watch!
Ответить