M
Modular•2w ago
baytizzel

Quick question on available data structures in Mojo

Hi I just wanted to know what data structures are available in libraries for Mojo?
6 Replies
Darkmatter
Darkmatter•2w ago
Some libraries make their own datastructures for special purposes, but I'm not aware of any datastructures intended to be used by other programs/libraries except in the standard library. Right now we have * Array - InlineArray * Resizable Arrays (with and without a small list optimization) - List, InlineList * String * Hash tables of a sort - Dict * LinkedList * Set * Array-based dynamic-size queue - Dequeue
baytizzel
baytizzelOP•2w ago
Cool, thank you 🙏🏻 @Robert been talking abt modular in our clubs discord server a lot so im interested to know what’s going on here
Robert
Robert•2w ago
Hey group, this is Betim. He is 1 of our Linux overlords of our Lug Nuts student club. Lug Nuts stands for Linux User Group Networking Under The Shell. We’re the hottest club on campus. Just to us :meowthumbsup: We’ve been in talks for building out a project for the club
baytizzel
baytizzelOP•2w ago
Yea I was wanting to work on mojo to learn more about it, as well as the other technologies available from modular
a2svior
a2svior•2w ago
Which campus
baytizzel
baytizzelOP•2w ago
Uta Arlington In Texas

Did you find this page helpful?