densh / scala-offheap

Experimental type-safe off-heap memory for Scala.
BSD 3-Clause "New" or "Revised" License
532 stars 38 forks source link

Add support for Array.sameElements #95

Closed adam-wyluda closed 8 years ago

adam-wyluda commented 8 years ago

Implements #82.

The method is implemented only for Arrays, since there is no way to check value equality between elements of a data class, so it doesn't make much sense to do it for EmbedArray.

densh commented 8 years ago

LGTM