1
122
638
49K
277
Download Image
@GuidesJava Please don't use HashTable, use ConcurrentHashMap instead. Also, ArrayList is still likely to be faster than LinkedList if you're doing sequential access, addition and deletion. Measure your specific workload and be surprised!