Y
Hacker News
new
|
ask
|
show
|
jobs
by
turbinerneiter
1864 days ago
This doesn't make existing python code bases faster. You have to rewrite in nim.
1 comments
planetis
1864 days ago
Yeah (rewrite) just the hotpaths like you would with Cython. Also there is
https://github.com/Pebaz/Nimporter
which makes it easier.
link