#zigUnmoderated tagAll postsTrending CommunitiesSplinterlandsWorldmappinHIVE CN 中文社区Scrobble.lifeActifitSnapsTown SquarePhotography LoversBlack And WhiteGaming PhotographyHive FoodHive LearnersExplore Communities...#zigTrendingHotNewPayoutsMutedscipio (70)in StemSocial • 8 hours agoLearn Zig Series (#118) - Graph RepresentationLearn Zig Series (#118) - Graph Representation What will I learn? Why a graph is the right shape for data that is connected rather than ordered -- roads…scipio (70)in StemSocial • 2 days agoLearn Zig Series (#117) - Binary Search VariationsLearn Zig Series (#117) - Binary Search Variations What will I learn? Why binary search is the payoff that sorting buys you -- an unsorted array answers "is this…scipio (70)in StemSocial • 3 days agoLearn Zig Series (#116) - Sorting Algorithms in ZigLearn Zig Series (#116) - Sorting Algorithms in Zig What will I learn? Why sorting is a solved problem you never stop paying for -- the comparison model, the O(n…scipio (70)in StemSocial • 5 days agoLearn Zig Series (#115) - Slab AllocatorsLearn Zig Series (#115) - Slab Allocators What will I learn? What a slab allocator actually is -- not a new trick, but the machine episode 114 was pointing at: take…scipio (70)in StemSocial • 6 days agoLearn Zig Series (#114) - Memory PoolsLearn Zig Series (#114) - Memory Pools What will I learn? Why a memory pool (a.k.a. object pool, fixed-size block allocator, or free-list allocator) is the idea…scipio (70)in StemSocial • 7 days agoLearn Zig Series (#113) - Ring Buffers: Lock-FreeLearn Zig Series (#113) - Ring Buffers: Lock-Free What will I learn? Why a ring buffer (a.k.a. circular buffer) is the data structure that answers the question…