densh / scala-offheap

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

Add support for Array.startsWith and Array.endsWith #102

Closed adam-wyluda closed 8 years ago

adam-wyluda commented 8 years ago

Implements #81.

As with Array.sameElements, I think there is no point of having these methods for EmbedArray since its implementation is based on element equality.

densh commented 8 years ago

This needs a rebase on top of latest master.

adam-wyluda commented 8 years ago

Rebased with master. Should be ready to merge (if it looks fine).

densh commented 8 years ago

LGTM