<?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>DEV Community: Muhammad Omar</title>
    <description>The latest articles on DEV Community by Muhammad Omar (@muhammad_omar_0f70d9ecf59).</description>
    <link>https://dev.to/muhammad_omar_0f70d9ecf59</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%2F3911888%2F4c71ec04-afe5-4a06-adf4-de36d6b762a9.jpg</url>
      <title>DEV Community: Muhammad Omar</title>
      <link>https://dev.to/muhammad_omar_0f70d9ecf59</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muhammad_omar_0f70d9ecf59"/>
    <language>en</language>
    <item>
      <title>I’m shipping zerocopy, a Flutter package that eliminates the "Copy Tax" between Dart and C++. No serialization, no cloning, and zero GC pressure.</title>
      <dc:creator>Muhammad Omar</dc:creator>
      <pubDate>Mon, 04 May 2026 21:46:12 +0000</pubDate>
      <link>https://dev.to/muhammad_omar_0f70d9ecf59/im-shipping-zerocopy-a-flutter-package-that-eliminates-the-copy-tax-between-dart-and-c-no-2kc3</link>
      <guid>https://dev.to/muhammad_omar_0f70d9ecf59/im-shipping-zerocopy-a-flutter-package-that-eliminates-the-copy-tax-between-dart-and-c-no-2kc3</guid>
      <description>&lt;p&gt;High-performance apps shouldn't be slowed down by the "Copy Tax". I’ve engineered a solution that enables direct memory sharing between the Dart VM and Native C++. No serialization, no cloning, and zero GC pressure. Built for developers handling heavy native data pipelines like ML models, camera feeds, and real-time audio.&lt;/p&gt;

&lt;p&gt;The Benchmarks (100 iterations):&lt;br&gt;
MethodChannel: ~4,200ms&lt;br&gt;
Dart Isolate: ~1,800ms&lt;br&gt;
zerocopy: &amp;lt; 10ms&lt;/p&gt;

&lt;p&gt;If you're working with camera feeds, ML tensors, or audio buffers, this was built to keep your UI at a locked 120 FPS.&lt;/p&gt;

&lt;p&gt;Pub.dev: &lt;a href="https://pub.dev/packages/zerocopy" rel="noopener noreferrer"&gt;https://pub.dev/packages/zerocopy&lt;/a&gt;&lt;br&gt;
Technical Deep-Dive: &lt;a href="https://medium.com/@muhammadomar0335/how-i-built-a-flutter-package-that-transfers-10-mb-in-under-10ms-fafcb9e46112" rel="noopener noreferrer"&gt;https://medium.com/@muhammadomar0335/how-i-built-a-flutter-package-that-transfers-10-mb-in-under-10ms-fafcb9e46112&lt;/a&gt;&lt;br&gt;
Portfolio: &lt;a href="https://momarkhan.com" rel="noopener noreferrer"&gt;https://momarkhan.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One memory address. Two languages. Zero copies. Drop a star on GitHub if this helps your stack!&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>programming</category>
      <category>mobile</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
