Mojo `Dict` implementation choice
Why does Mojo has a
I wouldn't want Mojo to miss the opportunity to make its stdlib SIMD saturated.
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.
