---
title: "Benchmarking StreamFusion - 2x as fast as Flink?! | Personal Projects With Ex-Google SWE, Ep 32"
url: https://daily.dev/posts/benchmarking-streamfusion---2x-as-fast-as-flink-personal-projects-with-ex-google-swe-ep-32-o58nzzkxu
source_url: https://www.youtube.com/watch?v=TVhCQPc84Do
type: video:youtube
source: "Jordan has no life"
published: 2026-07-04T16:19:50.404Z
updated: 2026-07-04T16:20:11.823Z
tags: ["rust", "apache-flink", "apache-arrow"]
reading_time: 15
upvotes: 4
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Benchmarking StreamFusion - 2x as fast as Flink?! | Personal Projects With Ex-Google SWE, Ep 32

**[Jordan has no life](https://daily.dev/sources/jordan-has-no-life)** · 15 min read · 4 upvotes · 0 comments

## Summary

A developer building StreamFusion, a project that accelerates Apache Flink SQL jobs by replacing JVM-based operators with Rust and Apache Arrow under the hood, shares benchmarking results showing 2-3x performance gains over stock Flink. The video covers the architecture of replacing Flink's internal operators with columnar, vectorized Rust equivalents, the challenges of efficiently ingesting Kafka data (Avro, Protobuf, JSON) into Arrow buffers using SIMD-accelerated libraries like arrow-avro and simdjson, and the discovery that switching from malloc to Microsoft's mimalloc resolved cross-thread memory allocation bottlenecks when using librdkafka in Rust. Benchmarks run against the Nexmark suite across 20+ SQL queries show consistent 2-3x speedups even when reading row-oriented data from Kafka.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=TVhCQPc84Do>

---

Tags: [#rust](https://daily.dev/tags/rust), [#apache-flink](https://daily.dev/tags/apache-flink), [#apache-arrow](https://daily.dev/tags/apache-arrow)

[View this post on daily.dev](https://daily.dev/posts/benchmarking-streamfusion---2x-as-fast-as-flink-personal-projects-with-ex-google-swe-ep-32-o58nzzkxu)
