Skip to content

Commit 0f7e2f2

Browse files
Merge pull request #302 from SylvainCorlay/accelerating-arrow
Adding post on accelerating Arrow
2 parents 41c44c8 + f4ec5dc commit 0f7e2f2

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/@AntoineProuvost/faster-reads-for-apache-parquet-improving-integer-unpacking-f6e21ce49a85",
7+
title: "Faster Reads for Apache Parquet: Improving Integer Unpacking",
8+
image: "img/blogposts/resized-images/Accelerating-Arrow.png",
9+
summary: "By rewriting the SIMD optimizations of a critical low-level algorithm in Arrow C++, we have been able to deliver substantial speedups when reading Parquet data, up to 60% on some Arrow benchmarks with specific column encodings.",
10+
date: "2026-03-16",
11+
authors: "Antoine Prouvost",
12+
imageID: "blogpost-image-149"
13+
},
514
{
615
url: "https://blog.jupyter.org/expanding-geospatial-workflows-in-jupytergis-stac-browsing-and-story-maps-7fb98eece82e",
716
title: "Expanding Geospatial Workflows in JupyterGIS: STAC Browsing and Story Maps",
94.9 KB
Loading

0 commit comments

Comments
 (0)