msaelices
MModular
•Created by Helehex on 8/5/2024 in #community-showcase
Thermo
Hopefully you will find this talk interesting: https://www.youtube.com/watch?v=PND2Wpy6U-E
60 replies
MModular
•Created by asosoman on 10/16/2024 in #questions
Fastest way to count trailing zeros from a SIMD[Bool,32]?
I don't know if we should allow it directly without bitcast
9 replies
MModular
•Created by asosoman on 10/16/2024 in #questions
Fastest way to count trailing zeros from a SIMD[Bool,32]?
9 replies
MModular
•Created by Sören on 7/29/2024 in #questions
Any way to work around that capturing closures cannot be materialized as runtime values?
I also found the same issue. With no global variables, the capturing closure is the only way I've found to be able to modify values in callbacks, for a event dispatcher pattern.
8 replies
MModular
•Created by Jack Clayton on 5/11/2024 in #community-showcase
Lightbug HTTP: Mojo web framework
wow! I did not know that PR! Will take a look. Thanks!
70 replies
MModular
•Created by Jack Clayton on 5/11/2024 in #community-showcase
Lightbug HTTP: Mojo web framework
I'm starting to implement a mojo-websockets package. Totally WIP but my intention is to roughly conform the python-websockets one, first starting with the sync version, and later the async one
70 replies
MModular
•Created by Martin Dudek on 10/11/2024 in #community-showcase
Mojo dictionary benchmarks
About the AHash algorithm, I think we are almost there, as recently this PR from @Maxim was merged: https://github.com/modularml/mojo/pull/3615. I've just trying the new hash algorithm on Dicts, and the speed-up it's x2 or even x2.5 in some simple benchmarks, see https://github.com/mzaks/mojo/pull/1
69 replies
MModular
•Created by Martin Dudek on 10/11/2024 in #community-showcase
Mojo dictionary benchmarks
Maybe I am missing something but, why not just change the stdlib Dict code to match the compact dict ones? Is there any caveat?
69 replies
MModular
•Created by Caroline on 9/5/2024 in #community-showcase
Modverse #42 is out!
Now it's fine. Thanks
13 replies
MModular
•Created by Caroline on 9/5/2024 in #community-showcase
Modverse #42 is out!
Like a wrong redirection to www.www.modular.com
13 replies
MModular
•Created by Caroline on 9/5/2024 in #community-showcase
Modverse #42 is out!
I think there is an error in the web server config.
13 replies
MModular
•Created by toasty on 6/2/2024 in #questions
What features or libraries are you waiting for before you start using Mojo in your domain?
The possibility to call Mojo code from Python to allow us to progressively migrate more and more parts of the codebase to Mojo
11 replies
MModular
•Created by msaelices on 5/5/2024 in #questions
convert error: 'Int' to 'IntLiteral' trying to implement the FloatLiteral.__round__(ndigits) method
Now I'm not sure if it's a compiler issue, as I also found an error with this minimalistic example:
I'm getting
error: no matching function in initialization
and in the error details candidate not viable: argument #0 cannot be converted from 'Int' to '!kgen.int_literal'
2 replies