<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: sh1zen</title>
    <description>The latest articles on Forem by sh1zen (@sh1zen).</description>
    <link>https://forem.com/sh1zen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3563358%2Fd88883f3-c8a4-4572-a156-0227f3c80de6.png</url>
      <title>Forem: sh1zen</title>
      <link>https://forem.com/sh1zen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sh1zen"/>
    <language>en</language>
    <item>
      <title>crossync: Blazingly Fast Concurrent Data Structures</title>
      <dc:creator>sh1zen</dc:creator>
      <pubDate>Fri, 24 Oct 2025 09:42:20 +0000</pubDate>
      <link>https://forem.com/sh1zen/crossync-blazingly-fast-concurrent-data-structures-293</link>
      <guid>https://forem.com/sh1zen/crossync-blazingly-fast-concurrent-data-structures-293</guid>
      <description>&lt;p&gt;I’ve been working on crossync for a personal need — and now I’m sharing it with you all.&lt;/p&gt;

&lt;p&gt;It’s a fast raw implemented Atomic data structures focused on performance in high concurrent scenarios, (AtomicHashMap, AtomicVec) with internal mutability and cloning support.&lt;/p&gt;

&lt;p&gt;It also support a non futex lock SpinCell for very high concurrent scenarios where the lock is held for a short time.&lt;/p&gt;

&lt;p&gt;see more on:&lt;br&gt;
👉 &lt;a href="https://github.com/sh1zen/crossync" rel="noopener noreferrer"&gt;https://github.com/sh1zen/crossync&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>rust</category>
      <category>datastructures</category>
      <category>devtool</category>
    </item>
    <item>
      <title>A Runtime-Typed Reference-Counted Smart Pointer.</title>
      <dc:creator>sh1zen</dc:creator>
      <pubDate>Wed, 22 Oct 2025 10:52:34 +0000</pubDate>
      <link>https://forem.com/sh1zen/a-runtime-typed-reference-counted-smart-pointer-and-concurrent-programming-tools-5anh</link>
      <guid>https://forem.com/sh1zen/a-runtime-typed-reference-counted-smart-pointer-and-concurrent-programming-tools-5anh</guid>
      <description>&lt;p&gt;📦 Blazingly fast concurrent Data Structures.&lt;br&gt;
🪪 Thread-safe with spin-lock backoff and kernel-level mutexes&lt;br&gt;
⚡ Optimized for high-concurrency workloads&lt;br&gt;
💾 Safe memory management via reference counting to optimize cloning&lt;br&gt;
🔐 Internal mutability&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/sh1zen/castbox" rel="noopener noreferrer"&gt;castbox&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>rust</category>
      <category>devtool</category>
      <category>datastructures</category>
    </item>
    <item>
      <title>wisu: a fast, minimalist directory tree viewer with an interactive TUI (written in Rust)</title>
      <dc:creator>sh1zen</dc:creator>
      <pubDate>Mon, 13 Oct 2025 23:20:22 +0000</pubDate>
      <link>https://forem.com/sh1zen/wisu-a-fast-minimalist-directory-tree-viewer-with-an-interactive-tui-written-in-rust-583h</link>
      <guid>https://forem.com/sh1zen/wisu-a-fast-minimalist-directory-tree-viewer-with-an-interactive-tui-written-in-rust-583h</guid>
      <description>&lt;p&gt;I’ve been working on wisu for a personal need — and now I’m sharing it with you all.&lt;/p&gt;

&lt;p&gt;It’s a fast and minimalist directory tree viewer written in Rust, designed to give you both a classic and an interactive project overview right in your terminal.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/sh1zen/wisu" rel="noopener noreferrer"&gt;https://github.com/sh1zen/wisu&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj3db3ack7ygc45037omf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj3db3ack7ygc45037omf.png" alt="Interactive mode" width="800" height="474"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cli</category>
      <category>rust</category>
      <category>devtool</category>
      <category>crossplatform</category>
    </item>
  </channel>
</rss>
