|
|
|
|
|
by NoodleIncident
2472 days ago
|
|
The most egregious missing container is "set", coming from Python (as many Go developers do). After debugging, reviewing, and writing at least 3 different local implementations of a set, I can't wait for generics so that it can be written once and then never looked at again. |
|
I suppose it's not sorted or concurrent-safe?