mitiko / blog

My blog's code
https://mitiko.xyz
0 stars 0 forks source link

Rewrite tinygrad in rust #36

Open mitiko opened 1 year ago

mitiko commented 1 year ago

Why?

https://github.com/geohot/tinygrad is under 5KLoC, for the rust rewrite, I should strive for under 10KLoC? There's a lot of single-line pyhton list/dict comprehensions that convert to multi-line rust iterators..