Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/pages/blogs/_blogpostsDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Object.defineProperty(exports, "__esModule", { value: true });
exports.blogpostsDetails = void 0;
exports.blogpostsDetails = [
{
url: "https://notebook.link/blog/the-last-mile-faster-numpy",
title: "The last mile of a long road: faster NumPy in the browser",
image: "/img/blogposts/resized-images/Emscripten-Forge.png",
summary: "For a long time, running NumPy in the browser meant running it without an accelerated BLAS. Matrix multiplications fell back to plain loops (portable, but blind to cache and SIMD). That just changed. The Emscripten-forge NumPy package now links OpenBLAS in WebAssembly.",
date: "2026-09-15",
authors: "Julien Jerphanion, Ian Thomas, Matthias Meschede",
imageID: "blogpost-image-161"
},
{
url: "/blogs/Pablo-Winant-Scientific-Advisor",
title: "Welcoming Pablo Winant as Scientific Advisor at QuantStack",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading