Top "Deduplication" questions

The "duplicates" tag concerns detecting and/or dealing with multiple instances of items in collections.

Java 8 String deduplication vs. String.intern()

I am reading about the feature in Java 8 update 20 for String deduplication (more info) but I am not sure if …

java string jvm-hotspot deduplication
sbt assembly error - deduplicate: different file contents found in the following

I get the following error when I do a ./sbt assembly on my Scala project. I saw the first after …

scala sbt deduplication sbt-assembly scala-breeze