logoalt Hacker News

MohamedMabroukyesterday at 7:11 PM1 replyview on HN

you can but through a python interpreter in the mojo process so you get the same numpy speed with mojo<->ptyhon interop overhead. NuMojo is native and also is now starting to support features that numpy can't really do like native GPU execution.


Replies

vovaviliyesterday at 8:31 PM

I wonder if the Python-to-Mojo overhead is significant enough where language-native bindings make more sense. I'd be interested in seeing some benchmarks.