<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Coding &amp; Quirks on Embedinker Labs</title><link>https://lab.embedinker.com/coding/</link><description>Recent content in Coding &amp; Quirks on Embedinker Labs</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 12 Jul 2026 15:00:00 +0000</lastBuildDate><atom:link href="https://lab.embedinker.com/coding/index.xml" rel="self" type="application/rss+xml"/><item><title>Processing Gigabytes of JSON: Why Streaming is the Only Way to Scale</title><link>https://lab.embedinker.com/coding/processing-massive-json-streaming-vs-dom/</link><pubDate>Sun, 12 Jul 2026 15:00:00 +0000</pubDate><guid>https://lab.embedinker.com/coding/processing-massive-json-streaming-vs-dom/</guid><description>Avoid the &amp;#39;DOM Trap&amp;#39; when parsing massive JSON files. Learn how to use streaming pipelines and on-the-fly decompression to process 10GB+ files with minimal RAM.</description></item><item><title>Processing Billions of Integers: A Lesson in Memory Efficiency and Bit Manipulation</title><link>https://lab.embedinker.com/coding/processing-billions-of-integers-memory-efficiency/</link><pubDate>Tue, 07 Jul 2026 10:45:00 +0000</pubDate><guid>https://lab.embedinker.com/coding/processing-billions-of-integers-memory-efficiency/</guid><description>How to analyze 4GB of raw binary metadata using only 1GB of RAM by leveraging mmap and a 2-bit state machine.</description></item></channel></rss>