Y
Hacker News
new
|
ask
|
show
|
jobs
by
iopq
938 days ago
So to make Python fast you just need to write a library in another language, brilliant
1 comments
dmezzetti
938 days ago
If you read the article referenced, I discussed a number of ways to write performant Python such as using this package (
https://docs.python.org/3/library/array.html
).
link