ModularM
Modular2y ago
5 replies
sora

Mojo `Dict` implementation choice

Why does Mojo has a Dict implementation that is said to be "closely mirrors Python's dict" rather than something like 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.
Was this page helpful?