Skip Navigation
Python Dev @lemmy.pastwind.top Ryan He @lemmy.pastwind.top

{n} times faster than C …with Python

eddieantonio.ca {n} times faster than C …with Python

I was reading Owen Shepherd’s post “{n} times faster than C”, which explores how to hand-tune x86-64 assembly to make a certain problem faster (see below). Originally, this inspired me to write a short introduction to using Rust’s portable SIMD to manually speed up problems like this. I rewrote the ...

1
1 comments