Pierre Augier
Pierre Augier
MModular
Created by Pierre Augier on 11/30/2023 in #questions
Personal blog post on Mojo
I wrote a long note on Mojo entitled "Mojo: the point of view of a researcher using Python". A first version is available here: http://legi.grenoble-inp.fr/people/Pierre.Augier/mojo-the-point-of-view-of-a-researcher-using-python.html I felt the need to write this note to better understand the project and because I didn't find serious analyses on Mojo that didn't come from Modular. Any comments would be appreciated. I plan to use this text to communicate on Mojo on different mailing lists but I think it is reasonable to first get some feedback from people really knowing Mojo and Modular.
1 replies
MModular
Created by Pierre Augier on 11/29/2023 in #questions
Meaning of "caching throughout the compilation flow"?
In Mojo documentation "integrated caching" is mentioned as a new compiler technology. For example, in Why Mojo, there is: "This meant a programming language [...] caching throughout the compilation flow, and other features that are not supported by existing languages." It's not clear to me what it means and I didn't find answers on the web. What does it mean? Is it "just" something like Ccache but integrated to Mojo compiler?
3 replies
MModular
Created by Pierre Augier on 11/29/2023 in #questions
Advice on Nbabel benchmark with Mojo?
I'm writing a long blog post on Mojo. I should be able to share it here quite soon but before I'd like to ask again about a question I wrote on Github: https://github.com/modularml/mojo/discussions/1275. I was not able to get so good performance with Mojo on the NBody problem in particular compared to a very efficient Julia implementation. It would be great if I could get some help to speed up this code.
26 replies