Published inLevel Up CodingSwissTable: Structure and BenchmarkA new map implementation is being discussed in the Go community — SwissTable.Jan 8Jan 8
SwissTable: устройство и бенчмаркНовая имплементация мапы обсуждается в Go-комьюнити — SwissTable.Jan 8Jan 8
Published inLevel Up CodingGolang design: Mechanics of CoroutinesA step-by-step breakdown of how coroutines work in Go, explained simplyOct 21, 2024Oct 21, 2024
Published inStackademicBasics of Golang GC Explained: Tri-color Mark and Sweep and Stop the WorldI want to discuss with you some basics of garbage collection in Golang that are often elusive to understand. You know, during garbage…Mar 9, 2024Mar 9, 2024
Published inStackademicDesign: Repository Registry and Transactions at the Service LevelSometimes, after dividing an application into layers, we discover that the service/use-case layer becomes entangled with storage logic…Jan 26, 2024Jan 26, 2024
Published inStackademicDeep Dive into Go Runtime: Advanced Thread Management ExplainedUnveiling the hidden aspects of thread management in Go.Sep 21, 2023Sep 21, 2023
Published inStackademicGolang design: Generics vs Interfaces, How It Really Works Under the HoodA long story in simple words about how the internals of Go work when using generics and interfaces. Be the better engineer by making right…Aug 30, 20232Aug 30, 20232
Published inStackademicGo: when pointers hide the benefits of CPU cachingAbstract: Using small-sized variables by value can be faster than using pointers due to CPU value caching.Aug 19, 20231Aug 19, 20231
Go: когда указатели снижают эффект от CPU-кешированияАбстракт: использование переменных небольшого размера по значению может быть быстрее, чем по указателю, благодаря кешированию значения…Aug 19, 2023Aug 19, 2023
Published inStackademicClean Code Fundamentals: Eliminating if/else hell using functionsWhy you need to stop using if/elseAug 16, 20231Aug 16, 20231