|
|
|
|
|
by karthikkolli
4302 days ago
|
|
We once maintained a hashmap with key and value as the instance of string to avoid duplication in a search application. Wouldn't that be more beneficial than keeping it in GC if the application uses more strings? Edit: changed avoid deduplication to avoid duplication |
|
No love for hashset?