-
Should we implement a class that is similar to java.util.LinkedHashMap<K,V>? Theoretical Comparison to Hashtable:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
First of all, Now, I don't quite understand the reasoning behind this suggestion. You're effectively saying that the theoretical time complexity is the same as the existing types and don't provide any other arguments. So why should this type be added? Especially keep in mind that:
|
Beta Was this translation helpful? Give feedback.
-
I'm going to close this discussion. As mentioned above, (a) the implementation for this may be best as a separate library and (b) we're not sure if the performance improvements are worth the implementation. If needed, we can reopen the discussion or create an issue in the future. |
Beta Was this translation helpful? Give feedback.
I'm going to close this discussion. As mentioned above, (a) the implementation for this may be best as a separate library and (b) we're not sure if the performance improvements are worth the implementation.
If needed, we can reopen the discussion or create an issue in the future.