Added speedup project code.
This commit is contained in:
17
content/posts/python-speedup/index.md
Normal file
17
content/posts/python-speedup/index.md
Normal file
@ -0,0 +1,17 @@
|
||||
+++
|
||||
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.
|
||||
Reference in New Issue
Block a user