Orwink
Orwink
MModular
Created by Orwink on 7/23/2024 in #questions
Why doesn't this work for creating lists?
fn main() -> None:
var any_list = List[Int](range(1, 10_000_000))
fn main() -> None:
var any_list = List[Int](range(1, 10_000_000))
13 replies
MModular
Created by Orwink on 2/16/2024 in #questions
If we talk about performance code, why is MLIR better than LLVM?
In their latest blog they say that MLIR is for next generation copiers and that Mojo is the only language that takes full advantage of it. But in terms of performance I still don't understand what they mean. The only advantage that I understand is that Mojo, using MLIR, can give instructions to the GPU, TPU, etc.
15 replies
MModular
Created by Orwink on 9/19/2023 in #questions
Does Mojo already have a place to find libraries to install and use? Like a crates.io but f
How can I install packages to Mojo?
2 replies
MModular
Created by Orwink on 9/19/2023 in #questions
Mojo have a HashMap or Dict?
:mojo:
32 replies