Jonathan Chan Kwan Yin
Results
342
comments of
Jonathan Chan Kwan Yin
For BTreeMap, I am doubtful that `BTreeMap` is even the correct solution at all. Duplicate entries in a HashMap would suffer severely from hash collision, but duplicate entries in a...
@Diggsey I'm referring to the data structure itself. `BTreeMap` is an inefficient representation because you could just place multiple values in separate nodes directly without additional allocation.