#zigUnmoderated tagAll postsTrending CommunitiesWorldmappinSplinterlandsHIVE CN 中文社区Scrobble.lifeActifitTown SquarePhotography LoversSnapsGaming PhotographyLeoFinanceBlack And WhiteHive FoodExplore Communities...#zigTrendingHotNewPayoutsMutedscipio (70)in StemSocial • 8 hours 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 • 2 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 • 3 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…scipio (70)in StemSocial • 4 days agoLearn Zig Series (#112) - Cuckoo FiltersLearn Zig Series (#112) - Cuckoo Filters What will I learn? Why the cuckoo filter answers the exact question the bloom filter left dangling at the end of episode 111…scipio (70)in StemSocial • 5 days agoLearn Zig Series (#111) - Bloom FiltersLearn Zig Series (#111) - Bloom Filters What will I learn? Why a bloom filter throws out the one thing every structure so far has quietly insisted on -- storing the…scipio (70)in StemSocial • 6 days agoLearn Zig Series (#110) - Tries: Prefix TreesLearn Zig Series (#110) - Tries: Prefix Trees What will I learn? Why a trie throws out the one assumption every tree so far has quietly leaned on -- that the only…scipio (70)in StemSocial • 7 days agoLearn Zig Series (#109) - Red-Black TreesLearn Zig Series (#109) - Red-Black Trees What will I learn? Why a red-black tree is the exact same balancing idea as last episode's B-tree, only squeezed back down…