aurelian
MModular
•Created by fuckAllTechCompanies on 10/30/2024 in #questions
How can I see the peak memory usage of a datastructure like alist in mojo?
o m g
28 replies
MModular
•Created by fuckAllTechCompanies on 10/30/2024 in #questions
How can I see the peak memory usage of a datastructure like alist in mojo?
wait, ints are boxed??
28 replies
MModular
•Created by fuckAllTechCompanies on 10/30/2024 in #questions
How can I see the peak memory usage of a datastructure like alist in mojo?
now I see why the op was looking for a magic tool
28 replies
MModular
•Created by fuckAllTechCompanies on 10/30/2024 in #questions
How can I see the peak memory usage of a datastructure like alist in mojo?
python is a hellscape
28 replies
MModular
•Created by fuckAllTechCompanies on 10/30/2024 in #questions
How can I see the peak memory usage of a datastructure like alist in mojo?
for a list, isn't it just capacity * element size?
28 replies
MModular
•Created by fuckAllTechCompanies on 10/30/2024 in #questions
How can I see the peak memory usage of a datastructure like alist in mojo?
activity monitor gives you process memory info
28 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
more a mojo question
38 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
of the struct field
38 replies
MModular
•Created by Martin Dudek on 10/18/2024 in #community-showcase
Mojo added to SpeedTests repo on github
though it seems to be a tiny improvement on my machine
16 replies
MModular
•Created by Martin Dudek on 10/18/2024 in #community-showcase
Mojo added to SpeedTests repo on github
zig has no bounds checks in ReleaseFast
16 replies
MModular
•Created by Martin Dudek on 10/18/2024 in #community-showcase
Mojo added to SpeedTests repo on github
I should have put inlinearray and unsafe_get in v2
16 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
this could just be a loop
38 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
looking forward to comptime reflection
38 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
could the return type be inferred here, down the road?
38 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
was easy to add
from_list
38 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
@bgreni thanks for this, working well
38 replies
MModular
•Created by aurelian on 10/19/2024 in #questions
why is this return a copy?
this video is great btw
39 replies
MModular
•Created by aurelian on 10/19/2024 in #questions
why is this return a copy?
is there a written deep dive on lifetimes?
39 replies
MModular
•Created by aurelian on 10/20/2024 in #questions
why does this String init work without len?
diocletiann. thanks!
52 replies
MModular
•Created by Martin Dudek on 10/18/2024 in #community-showcase
Mojo added to SpeedTests repo on github
16 replies