Sardor
Sardor
MModular
Created by Henk-Jan Lebbink on 2/4/2024 in #questions
Prevent inline
Yes, mojo does .
Normally the compiler will do this automatically where it improves performance, but this decorator forces it to occur, the downside is that it can increase the binary size for the duplicated functions
Normally the compiler will do this automatically where it improves performance, but this decorator forces it to occur, the downside is that it can increase the binary size for the duplicated functions
https://mojodojo.dev/guides/decorators/always_inline.html
9 replies
MModular
Created by gryznar on 2/7/2024 in #questions
pattern matching as switch - case
Both compile to same assembly
18 replies
MModular
Created by gryznar on 2/7/2024 in #questions
pattern matching as switch - case
No description
18 replies
MModular
Created by Hammad on 10/24/2023 in #questions
Writing a server in mojo
This is example of using libc
10 replies
MModular
Created by Hammad on 10/24/2023 in #questions
Writing a server in mojo
10 replies
MModular
Created by Hammad on 10/24/2023 in #questions
Writing a server in mojo
You can call sockets from libc.
10 replies
MModular
Created by irrationaljared on 10/23/2023 in #questions
Does this error mean that this python library can not be used in Mojo?
Does this work when you run in python?
10 replies
MModular
Created by bmentink on 9/11/2023 in #questions
Is there a docker image? I have a debian x86-64 server I could use ..?
I have ubuntu server on Microsoft azure and installed mojo. I use it works nice
5 replies
MModular
Created by Sardor on 9/9/2023 in #questions
code editor on android
Yes im doing this. Thanks
4 replies