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

Closed adam-wyluda closed 8 years ago

adam-wyluda commented 8 years ago

Based on mutable Seq.transform. I think that transform method (mapping in place) would be very useful in the context of off-heap arrays.

densh commented 8 years ago

Agreed.