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.transform #108

Closed adam-wyluda closed 8 years ago

adam-wyluda commented 8 years ago

Implements #96.

densh commented 8 years ago

What about EmbedArray?

adam-wyluda commented 8 years ago

Right, I should have added it to EmbedArray too. Should be fine now.

densh commented 8 years ago

LGTM