18 lines
345 B
Markdown
18 lines
345 B
Markdown
+++
|
|
title = "Python speedup with rust"
|
|
weight = 1
|
|
date = "2025-09-02"
|
|
|
|
[extra]
|
|
preview_image = "posts/kube-intro/preview.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.
|