Performant Py Rust

Use when making Python or Rust code faster, optimizing a slow function or hot loop, chasing a performance bottleneck, or deciding whether to vectorize / parallelize / rewrite in Rust — before changing any code to improve its speed. Covers CPU-bound and IO-bound work (single-thread, multicore, async); not GPU.

d-laub d048537 2 files · 19.0 KB Updated

File contents

d-laub/dlaub-togo/tree/main/skills/performant-py-rust commit d048537a5d

Frequently asked questions

npx skillmds@latest add d-laub/performant-py-rust