Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Mojo `Dict` implementation choice - Modular
M
Modular
•
3y ago
•
5 replies
sora
Mojo `Dict` implementation choice
Why does Mojo has a
Dict
Dict
implementation that is said to be
"closely mirrors Python
's
dict
dict
" rather than something like
absl::flat_hash_map
absl::flat_hash_map
? The latter makes use of SIMD instructions and can potentially be a breeze to port to a language with first class SIMD
.
I wouldn
't want Mojo to miss the opportunity to make its stdlib SIMD saturated
.
Modular
Join
This server is the home of the MAX and Mojo community! Join us to chat about all things Modular.
20,199
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
mojo compiler implementation
M
Modular / questions
2y ago
Mojo have a HashMap or Dict?
M
Modular / questions
3y ago
Mojo implementation question regarding borrow checker
M
Modular / questions
3y ago
dict containing sets?
M
Modular / questions
2y ago