Closed J0sueTM closed 1 year ago
@lanjoni I don't think there's a necessity to separate hashmaps from hashtables. They're roughly the same, with minimal differences that are only visible in some language implementations, like Java, where hashtables support null values, while hashmaps doesn't.