InStackademicbyMehul LLift scheduling system using GolangThis System simulates the operations of a lift (or elevator) within a building. The system simulates a lift that continuously checks for…Oct 26, 2023Oct 26, 2023
InITNEXTbyDwenFine-Tuning Golang: Advanced Techniques for Code OptimizationUnlock the full potential of your Golang applications with our comprehensive guide on code optimization techniques, designed to enhance…Dec 18, 20235Dec 18, 20235
Tom Smykowski🐹 Go Reached 1.96s In One Billion Row ChallengeC++ and Rust get out of way. Golang yet prooves it’s not only safe but also super fastMar 23, 20245Mar 23, 20245
InCubedbyDavid LeeFrom Debugging Memory Allocation in C to Appreciating GC in GoA common issue in C programming occurs when trying to access a variable created on the stack within a function from another part of the…Mar 2, 2024Mar 2, 2024
Tom Smykowski49 Go Projects You Should Know Megapack EP149 Amazing and Impressive Open Source Projects I’ve Found For this Megapack. Enjoy the collection, add to bookmarks, use in your projects!Feb 5, 20244Feb 5, 20244
InLevel Up CodingbyPhuong Le (@func25)Diving Deep into Go 1.21: Better Generics, New Libraries, and MoreGo 1.21 has impressed me with its nuanced improvements in type inference, intriguing new packages within the core library, and…Jul 30, 20232Jul 30, 20232
InKokibySidhartha ManiWriting a JIT compiler in GolangTL;DR A simple JIT compiler in golang. Scroll down to bottom for working code.Dec 25, 20175Dec 25, 20175
TrinadHTTP request coalescer in GolangHTTP request coalescer is a request optimization mechanism that merges multiple HTTP requests into a single one. By grouping requests of a…Mar 13, 2023Mar 13, 2023
InITNEXTbyMohammad Hoseini RadLearning from Discord’s Approach — Request Coalescing with GolangAs you might have seen previously, Discord published a valuable article last year discussing how they successfully managed to store…Aug 15, 20234Aug 15, 20234
RavikumarExploring the Depths of Golang Channels: A Comprehensive GuideIntroduction:Aug 14, 20232Aug 14, 20232