<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: debugga</title><link>https://news.ycombinator.com/user?id=debugga</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 10:10:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=debugga" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by debugga in "A cache-friendly IPv6 LPM with AVX-512 (linearized B+-tree, real BGP benchmarks)"]]></title><description><![CDATA[
<p>Clean-room, portable C++17 implementation of the PlanB IPv6 LPM algorithm.<p>Includes:
- AVX-512 SIMD path + scalar fallback
- Wait-free lookups with rebuild-and-swap dynamic FIB
- Benchmarks on synthetic data and real RIPE RIS BGP (~254K prefixes)<p>Interesting result: on real BGP + uniform random lookups, a plain Patricia trie can sometimes match or beat the SIMD tree due to cache locality and early exits.<p>Would love feedback, especially comparisons with PopTrie / CP-Trie.</p>
]]></description><pubDate>Mon, 20 Apr 2026 03:24:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47830072</link><dc:creator>debugga</dc:creator><comments>https://news.ycombinator.com/item?id=47830072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47830072</guid></item><item><title><![CDATA[A cache-friendly IPv6 LPM with AVX-512 (linearized B+-tree, real BGP benchmarks)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/esutcu/planb-lpm">https://github.com/esutcu/planb-lpm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47830071">https://news.ycombinator.com/item?id=47830071</a></p>
<p>Points: 63</p>
<p># Comments: 23</p>
]]></description><pubDate>Mon, 20 Apr 2026 03:24:21 +0000</pubDate><link>https://github.com/esutcu/planb-lpm</link><dc:creator>debugga</dc:creator><comments>https://news.ycombinator.com/item?id=47830071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47830071</guid></item></channel></rss>