Added speedup project code.

This commit is contained in:
2025-09-12 13:38:13 +02:00
parent 348a288fa3
commit 6309b0bffa
6 changed files with 232 additions and 0 deletions

View File

@ -0,0 +1,17 @@
+++
title = "Python speedup with rust"
weight = 1
date = "2025-09-02"
[extra]
preview_image = "posts/kube-intro/preview.png"
+++
<!-- ![Intro](./imgs/intro.png) -->
## Why care
It's no secret that python is slow. Because it's interpreted language.
But there is a solution for that problem.
Python has ABI for loading modules built with C.