Skip to content

Commit 8e4fcbd

Browse files
committed
Add post about sparrow-ipc
1 parent 86975a0 commit 8e4fcbd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/components/blog/blogpostsDetails.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.blogpostsDetails = void 0;
44
exports.blogpostsDetails = [
5+
{
6+
url: "https://medium.com/@QuantStack/introducing-sparrow-ipc-modern-c-20-arrow-ipc-e1690ae82b81",
7+
title: "Introducing Sparrow-IPC: A modern C++ implementation of Arrow IPC",
8+
image: "img/blogposts/resized-images/Introducing-Sparrow-IPC.png",
9+
summary: "If you work in the world of data engineering, you are probably familiar with Apache Arrow — the universal columnar format and multi-language toolbox that has become the gold standard for fast in-memory analytics and data interchange.",
10+
date: "2026-04-04",
11+
authors: "Hind Montassif, Alexis Placet, Johan Mabille",
12+
imageID: "blogpost-image-151"
13+
},
514
{
615
url: "https://prefix.dev/blog/serverless-scientific-computing-how-notebook-link-scales-without-backends",
716
title: "How notebook.link Scales Without Backends",
342 KB
Loading

0 commit comments

Comments
 (0)