<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: dogmaticdev</title><link>https://news.ycombinator.com/user?id=dogmaticdev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 03 May 2026 08:30:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dogmaticdev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dogmaticdev in "Show HN: 1gbps Tokenizer written in Assembly. 20x faster than HuggingFace"]]></title><description><![CDATA[
<p>I wrote this tokenizer using SSE2 SIMD Instructions. It takes text, removes white-space, and separates strings using a null terminator.<p>I didn't bother making it multi thread, since it is already very fast. Maybe I will one day.<p>stats:
10448 bytes in 11302 nano seconds
10448 ÷ 0.000011302 = 923620933.5 bytes, or 923mb/s<p>31346 bytes in 32241 nano seconds 
31346 ÷ 0.000032241 = 972240315.1 bytes, or 972mb/s<p>As you can see, it approaches 1 byte per nano second as more text is parsed.</p>
]]></description><pubDate>Sat, 25 Apr 2026 16:29:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47902634</link><dc:creator>dogmaticdev</dc:creator><comments>https://news.ycombinator.com/item?id=47902634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47902634</guid></item><item><title><![CDATA[Show HN: 1gbps Tokenizer written in Assembly. 20x faster than HuggingFace]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/dogmaticdev/SIMD-Tokenizer">https://github.com/dogmaticdev/SIMD-Tokenizer</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47902633">https://news.ycombinator.com/item?id=47902633</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 25 Apr 2026 16:29:04 +0000</pubDate><link>https://github.com/dogmaticdev/SIMD-Tokenizer</link><dc:creator>dogmaticdev</dc:creator><comments>https://news.ycombinator.com/item?id=47902633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47902633</guid></item></channel></rss>