|
|
|
|
|
by meadsteve
1355 days ago
|
|
I recently experimented with using mypyc to make some of my python a little faster. I was pleasantly surprised with how well it worked for very little code change so I thought I'd share my experiences. The blog post wanders around a little because I had to add setuptools and wheel building as my project had previously skipped this. |
|
All other Python options I've seen feel too involved or leak too much into your code. Lagom seems to balance everything just right.
Thank you!